Metadata-Version: 1.1
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
Description: 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
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
