Metadata-Version: 2.1
Name: tapioca-wrapper
Version: 2.2.0
Summary: Python API client generator
Home-page: https://github.com/vintasoftware/tapioca-wrapper
Author: Filipe Ximenes
Author-email: filipeximenes@gmail.com
License: MIT
Keywords: tapioca,wrapper,api
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: requests[security] (>=2.6)
Requires-Dist: arrow (>=0.6.0)
Requires-Dist: six (>=1)
Requires-Dist: xmltodict (>=0.9.2)


Tapioca provides an easy way to make explorable Python API wrappers.
APIs wrapped by Tapioca follow a simple interaction pattern that works uniformly so
developers don't need to learn how to use a new coding interface/style for each service API.

Source code hosted on Github: https://github.com/vintasoftware/tapioca-wrapper

Documentation hosted by Readthedocs: http://tapioca-wrapper.readthedocs.io/en/stable/
