Metadata-Version: 2.2
Name: tornado_rest_client
Version: 2.1.0
Summary: Tornado REST Client
Author: Nextdoor Engineering
Maintainer: Nextdoor Engineering
License: Apache License, Version 2.0
Project-URL: Homepage, https://nextdoor.com/
Project-URL: Documentation, https://tornado_rest_client.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/Nextdoor/tornado_rest_client
Project-URL: Changelog, https://github.com/Nextdoor/tornado_rest_client/releases
Keywords: tornado_rest_client,nextdoor,tornado,rest,api
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: tornado==6.4.2

tornado-rest-client: Tornado API Client Framework
=================================================

|doc_status|_ |pypi_ver|_ |pypi_download|_

The ``tornado_rest_client`` framework provides a quick and easy way to build
generic API clients for JSON REST-based APIs. The framework provides robust and
reliable retry mechanisms, error handling and exception raising all within a
simple to use class structure.

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

Documentation is hosted at `https://tornado-rest-client.readthedocs.org <https://tornado-rest-client.readthedocs.org>`_

.. |doc_status| image:: https://readthedocs.org/projects/tornado-rest-client/badge/?version=latest
.. _doc_status: https://tornado_rest_client.readthedocs.org
.. |pypi_ver| image:: https://pypip.in/d/tornado_rest_client/badge.png
.. _pypi_ver: https://pypi.python.org/pypi/tornado_rest_client
.. |pypi_download| image:: https://badge.fury.io/py/tornado_rest_client.png
.. _pypi_download: https://pypi.python.org/pypi/tornado_rest_client
