Metadata-Version: 2.1
Name: aiotapioca-wrapper
Version: 3.2.1
Summary: Python API client generator
Home-page: https://github.com/ilindrey/aiotapioca-wrapper
Author: Filipe Ximenes, Andrey Ilin
Author-email: andreyilin@fastmail.com
License: MIT
Keywords: async,tapioca,wrapper,api
Platform: UNKNOWN
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
Requires-Python: >=3.6
Provides-Extra: dev
License-File: LICENSE


It's an asynchronous fork of https://github.com/vintasoftware/tapioca-wrapper library.

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/ilindrey/aiotapioca-wrapper

Documentation hosted by Readthedocs (original library, it's not asynchronous): http://tapioca-wrapper.readthedocs.io/en/stable/


