aiohttp-security/docs/glossary.rst

27 lines
541 B
ReStructuredText
Raw Normal View History

2015-07-08 17:30:24 +00:00
.. _aiohttp-security-glossary:
==========
Glossary
==========
.. if you add new entries, keep the alphabetical sorting!
.. glossary::
2015-09-06 05:12:18 +00:00
aiohttp
2015-07-08 17:30:24 +00:00
2015-09-06 05:12:18 +00:00
:term:`asyncio` based library for making web servers.
asyncio
The library for writing single-threaded concurrent code using
coroutines, multiplexing I/O access over sockets and other
resources, running network clients and servers, and other
related primitives.
Reference implementation of :pep:`3156`
https://pypi.python.org/pypi/asyncio/