Metadata-Version: 1.2
Name: trollo
Version: 0.2.1
Summary: UNKNOWN
Home-page: http://github.com/lhh/trollo
Author: Red Hat
Author-email: lhh@redhat.com
Maintainer: Lon Hohberger
Maintainer-email: lon@metamorphism.com
License: BSD
Description: 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
        
        or by using pip
        
          $ pip install trollo
        
        Documentation:
        --------------
        You can find documentation for the Python API at:
        
            http://pypi.org/project/trollo/
        
        And documentation for the Trello API at:
        
            https://developers.trello.com/reference/
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
