Metadata-Version: 2.1
Name: fabled-rest
Version: 0.2.2
Summary: Package designed to make creating API SDKs easier.
Home-page: https://github.com/zpyoung/fabled_rest
Author: Zachary Young
Author-email: solve@fabled.dev
License: MIT license
Keywords: fabled_rest
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.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Dist: Click (>=7.0)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: tqdm (==4.36.1)

===========
Fabled REST
===========


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

.. image:: https://img.shields.io/travis/zpyoung/fabled_rest.svg
        :target: https://travis-ci.org/zpyoung/fabled_rest

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


.. image:: https://pyup.io/repos/github/zpyoung/fabled_rest/shield.svg
     :target: https://pyup.io/repos/github/zpyoung/fabled_rest/
     :alt: Updates



Package designed to make creating API SDKs easier.


* Free software: MIT license
* Documentation: https://fabled-rest.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


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

0.1.0 (2019-10-05)
------------------

* First release on PyPI.


