Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phlax/aio
aio is a minimal application framework for python3's asyncio module.
https://github.com/phlax/aio
Last synced: about 7 hours ago
JSON representation
aio is a minimal application framework for python3's asyncio module.
- Host: GitHub
- URL: https://github.com/phlax/aio
- Owner: phlax
- Created: 2015-05-16T12:26:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T22:46:16.000Z (over 9 years ago)
- Last Synced: 2024-11-25T22:45:28.004Z (2 months ago)
- Homepage:
- Size: 203 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- starred-awesome - aio - aio is a minimal application framework for python3's asyncio module. (Others)
README
aio
===aio is a minimal application framework for python3's asyncio module.
Build status
------------.. image:: https://travis-ci.org/phlax/aio.svg?branch=master
:target: https://travis-ci.org/phlax/aioProjects
--------
+-------------------------+-------------------------------------------------+------------------------------------------------------------------------------+
| Package | Description | Build status |
+=========================+=================================================+==============================================================================+
| aio.app_ | Application runner and command processor for | .. image:: https://travis-ci.org/phlax/aio.app.svg?branch=master |
| | aio asyncio framework | :target: https://travis-ci.org/phlax/aio.app |
+-------------------------+-------------------------------------------------+------------------------------------------------------------------------------+
| aio.web.page_ | Web page for aio asyncio framework | .. image:: https://travis-ci.org/phlax/aio.web.page.svg?branch=master |
| | | :target: https://travis-ci.org/phlax/aio.web.page |
+-------------------------+-------------------------------------------------+------------------------------------------------------------------------------+
| aio.web.server_ | Web server for aio asyncio framework | .. image:: https://travis-ci.org/phlax/aio.web.server.svg?branch=master |
| | | :target: https://travis-ci.org/phlax/aio.web.server |
+-------------------------+-------------------------------------------------+------------------------------------------------------------------------------+
| aio.http.server_ | HTTP server for aio asyncio framework | .. image:: https://travis-ci.org/phlax/aio.http.server.svg?branch=master |
| | | :target: https://travis-ci.org/phlax/aio.http.server |
+-------------------------+-------------------------------------------------+------------------------------------------------------------------------------+
| aio.signals_ | Pubsub system for aio asyncio framework | .. image:: https://travis-ci.org/phlax/aio.signals.svg?branch=master |
| | | :target: https://travis-ci.org/phlax/aio.signals |
+-------------------------+-------------------------------------------------+------------------------------------------------------------------------------+
| aio.testing_ | Testing utils for aio asyncio framework | .. image:: https://travis-ci.org/phlax/aio.testing.svg?branch=master |
| | | :target: https://travis-ci.org/phlax/aio.testing |
+-------------------------+-------------------------------------------------+------------------------------------------------------------------------------+
| aio.config_ | Configuration parser for aio asyncio framework | .. image:: https://travis-ci.org/phlax/aio.config.svg?branch=master |
| | | :target: https://travis-ci.org/phlax/aio.config |
+-------------------------+-------------------------------------------------+------------------------------------------------------------------------------+
| aio.core_ | Core utils for aio asyncio framework | .. image:: https://travis-ci.org/phlax/aio.core.svg?branch=master |
| | | :target: https://travis-ci.org/phlax/aio.core |
+-------------------------+-------------------------------------------------+------------------------------------------------------------------------------+
| aio.manhole.server_ | Manhole server for aio asyncio framework | .. image:: https://travis-ci.org/phlax/aio.manhole.server.svg?branch=master |
| | | :target: https://travis-ci.org/phlax/aio.manhole.server |
+-------------------------+-------------------------------------------------+------------------------------------------------------------------------------+.. _aio.app: https://github.com/phlax/aio.app
.. _aio.http.server: https://github.com/phlax/aio.http.server
.. _aio.web.server: https://github.com/phlax/aio.web.server
.. _aio.web.page: https://github.com/phlax/aio.web.page
.. _aio.core: https://github.com/phlax/aio.core
.. _aio.signals: https://github.com/phlax/aio.signals
.. _aio.config: https://github.com/phlax/aio.config
.. _aio.testing: https://github.com/phlax/aio.testing
.. _aio.manhole.server: https://github.com/phlax/aio.manhole.server