1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Metadata-Version: 1.1
Name: sphinxcontrib-asyncio
Version: 0.3.0
Summary: sphinx extension to support coroutines in markup
Home-page: https://github.com/aio-libs/sphinxcontrib-asyncio
Author: Andrew Svetlov
Author-email: andrew.svetlov@gmail.com
License: Apache 2
Description: sphinxcontrib-asyncio
=====================
Sphinx extension for adding asyncio-specific markups
Read docs https://sphinxcontrib-asyncio.readthedocs.io/en/latest/ for more details
CHANGES
=======
0.2.0 (2016-04-15)
------------------
* Added autodoc support #1
0.1.0 (2016-03-07)
-------------------
* Initial release
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: Framework :: AsyncIO
Classifier: Framework :: Sphinx :: Extension
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Documentation
|