Metadata-Version: 2.1
Name: aaiotrello
Version: 1.0.1
Summary: Async Python library for interacting with the Trello API
Home-page: https://trello.com/
Download-URL: https://github.com/developerreva/aaiotrello
License: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires: r
Requires: e
Requires: q
Requires: u
Requires: e
Requires: s
Requires: t
Requires: s
License-File: LICENSE
Requires-Dist: requests >=0.9.1

Python Trello API Wrapper
--------------------------

This Python API is simply a wrapper around the Trello API

Getting Started:
----------------
To use the Trello API, install the package either by downloading the source and running

  $ python setup.py install

Documentation:
--------------
You can find documentation for the Python API at:

    http://packages.python.org/trello/

And documentation for the Trello API at:

    https://trello.com/docs/api/

