Metadata-Version: 2.1
Name: simple-rest-client
Version: 1.1.3
Summary: Simple REST client for python 3.7+
Home-page: https://github.com/allisson/python-simple-rest-client
Author: Allisson Azevedo
Author-email: allisson@gmail.com
License: UNKNOWN
Keywords: rest client http httpx asyncio
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE

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

|Github Actions Status|

----

Simple REST client for python 3.7+.


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.io/en/latest/


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

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

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

.. |Github Actions Status| image:: https://github.com/allisson/python-simple-rest-client/workflows/main-workflow/badge.svg
   :target: https://github.com/allisson/python-simple-rest-client/actions


