Metadata-Version: 2.1
Name: aio-rest
Version: 0.0.1
Summary: REST Helpers for Asyncio projects
Home-page: UNKNOWN
Author: Kirill Klenov
Author-email: horneds@gmail.com
License: MIT
Keywords: api rest framework
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8

aio-rest
########

.. _description:

aio-rest -- REST Helpers for Asyncio projects

** WORK IN PROGRESS ** the package is not ready yet

.. _badges:

.. image:: https://github.com/klen/aio-rest/workflows/tests/badge.svg
    :target: https://github.com/klen/aio-rest/actions
    :alt: Tests Status

.. image:: https://img.shields.io/pypi/v/aio-rest
    :target: https://pypi.org/project/aio-rest/
    :alt: PYPI Version

.. _features:

Features
========

- Support for Starlette, AIOHTTP frameworks

.. _contents:

.. contents::

.. _requirements:

Requirements
=============

- python >= 3.4

.. _installation:

Installation
=============

**aio-rest** should be installed using pip: ::

    pip install aio-rest

.. _usage:

QuickStart
==========

TODO


.. _bugtracker:

Bug tracker
===========

If you have any suggestions, bug reports or
annoyances please report them to the issue tracker
at https://github.com/klen/aio-rest/issues

.. _contributing:

Contributing
============

Development of the project happens at: https://github.com/klen/aio-rest

.. _license:

License
========

Licensed under a `MIT license`_.


.. _links:


.. _klen: https://github.com/klen

.. _MIT license: http://opensource.org/licenses/MIT



