Metadata-Version: 2.1
Name: simple-rest-client
Version: 1.0.3
Summary: Simple REST client for python 3.6+
Home-page: https://github.com/allisson/python-simple-rest-client
Author: Allisson Azevedo
Author-email: allisson@gmail.com
License: UNKNOWN
Keywords: rest client http asyncio
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: python-status (>=1.0.1)
Requires-Dist: httpx (<0.8.0)
Requires-Dist: python-slugify (>=4.0.0)

Simple Rest Client
==================

|TravisCI Build Status| |Coverage Status| |Requirements Status|
|Scrutinizer Code Quality| |Code Climate|

----

Simple REST client for python 3.6+.


How to install
--------------

.. code:: shell

    pip install simple-rest-client


Documentation
--------------

Check out documentation at `Read the Docs`_ website.

.. _`Read the Docs`: https://python-simple-rest-client.readthedocs.org/


Projects using
--------------

- `python-vindi`_
- `sentry-patrol`_

.. _`python-vindi`: https://github.com/allisson/python-vindi
.. _`sentry-patrol`: https://github.com/daneoshiga/sentry-patrol

.. |TravisCI Build Status| image:: https://travis-ci.org/allisson/python-simple-rest-client.svg?branch=master
   :target: https://travis-ci.org/allisson/python-simple-rest-client
.. |Coverage Status| image:: https://codecov.io/gh/allisson/python-simple-rest-client/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/allisson/python-simple-rest-client
.. |Requirements Status| image:: https://requires.io/github/allisson/python-simple-rest-client/requirements.svg?branch=master
   :target: https://requires.io/github/allisson/python-simple-rest-client/requirements/?branch=master
.. |Scrutinizer Code Quality| image:: https://scrutinizer-ci.com/g/allisson/python-simple-rest-client/badges/quality-score.png?b=master
   :target: https://scrutinizer-ci.com/g/allisson/python-simple-rest-client/?branch=master
.. |Code Climate| image:: https://codeclimate.com/github/allisson/python-simple-rest-client/badges/gpa.svg
   :target: https://codeclimate.com/github/allisson/python-simple-rest-client


