diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-12-07 20:08:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-07 20:08:17 +0700 |
commit | a54d0e7c4c2b36fd1b023e4463915a9e19c111d7 (patch) | |
tree | 665408861c295f276a47b6d7ad8a5916522d3262 /python/asgiref/slack-desc | |
parent | 16d5cd60eb697740c9e1630ee4b5cea4d30bce91 (diff) |
python/asgiref: Added (ASGI Spec).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/asgiref/slack-desc')
-rw-r--r-- | python/asgiref/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/asgiref/slack-desc b/python/asgiref/slack-desc new file mode 100644 index 0000000000000..782d3399017cd --- /dev/null +++ b/python/asgiref/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------------------------------------------------------| +asgiref: asgiref (ASGI specification and utilities) +asgiref: +asgiref: ASGI is a standard for Python asynchronous web apps and servers to +asgiref: communicate with each other, and positioned as an asynchronous +asgiref: successor to WSGI. +asgiref: +asgiref: Homepage: https://github.com/django/asgiref/ +asgiref: +asgiref: +asgiref: +asgiref: |