aboutsummaryrefslogtreecommitdiff
path: root/python/python3-trio/slack-desc
diff options
context:
space:
mode:
authorDimitris Zlatanidis <dslackw@gmail.com>2024-02-16 11:18:58 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-16 18:51:34 +0700
commitf8000bf9ca90f4d5ecdb06f3cca5ca1002d134f5 (patch)
treed04aa43b13e31caef10a2a62249245aba67bbe95 /python/python3-trio/slack-desc
parent65b85d75b267cc5e24acd3048091d5c9c14c51ed (diff)
python/python3-trio: Added (Python library for async concurrency).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-trio/slack-desc')
-rw-r--r--python/python3-trio/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-trio/slack-desc b/python/python3-trio/slack-desc
new file mode 100644
index 0000000000..a39a813fca
--- /dev/null
+++ b/python/python3-trio/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-trio: python3-trio (Python library for async concurrency and I/O)
+python3-trio:
+python3-trio: The Trio project aims to produce a production-quality, permissively
+python3-trio: licensed, async/await-native I/O library for Python. Like all async
+python3-trio: libraries, its main purpose is to help you write programs that do
+python3-trio: multiple things at the same time with parallelized I/O.
+python3-trio:
+python3-trio: Homepage: https://github.com/python-trio/trio
+python3-trio:
+python3-trio:
+python3-trio: