Metadata-Version: 2.1
Name: aiorest-client
Version: 0.1.5
Summary: A helper to call REST API from aiohttp
Home-page: https://github.com/klen/aiorest_client
Author: Kirill Klenov
Author-email: horneds@gmail.com
License: MIT license
Keywords: aiorest_client aiohttp rest api async
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: aiohttp (>=3.0.0)

==============
AIOREST Client
==============


.. image:: https://img.shields.io/pypi/v/aiorest_client.svg
        :target: https://pypi.python.org/pypi/aiorest_client

.. image:: https://img.shields.io/travis/klen/aiorest_client.svg
        :target: https://travis-ci.org/klen/aiorest_client

.. image:: https://readthedocs.org/projects/aiorest-client/badge/?version=latest
        :target: https://aiorest-client.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/klen/aiorest_client/shield.svg
     :target: https://pyup.io/repos/github/klen/aiorest_client/
     :alt: Updates



A helper to call REST API from aiohttp


* Free software: MIT license
* Documentation: https://aiorest-client.readthedocs.io.


=======
History
=======

0.1.0 (2019-01-29)
------------------

* First release on PyPI.


