Metadata-Version: 2.0
Name: aio-standalone
Version: 0.1.0
Summary: Standalone application server framework using asyncio
Home-page: https://github.com/kblin/aio-standalone/
Author: Kai Blin
Author-email: kblin@biosustain.dtu.dk
License: Apache Software License
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: coverage; extra == 'testing'
Requires-Dist: pytest-cov; extra == 'testing'
Requires-Dist: pytest-asyncio; extra == 'testing'

aio-standalone
==============

|Build Status|

Standalone application server framework using asyncio.

Installation
------------

Grab it off pypi:

::

    pip install aio-standalone

Or grab it off github:

::

    git clone https://github.com/kblin/aio-standalone.git
    cd aio-standalone
    pip install .

License
-------

| All code is available under the Apache License version 2, see the
| ```LICENSE`` <LICENSE>`__ file for details.

.. |Build Status| image:: https://github.drone.secondarymetabolites.org/api/badges/kblin/aio-standalone/status.svg
   :target: https://github.drone.secondarymetabolites.org/kblin/aio-standalone


