Metadata-Version: 2.0
Name: utinypass
Version: 0.2.1
Summary: UNOFFICIAL TinyPass utility library.
Home-page: http://github.com/gfranxman/utinypass/
Author: Glenn Franxman
Author-email: gfranxman@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pprp
Requires-Dist: requests

Unofficial TinyPass Library



Version History
===============

02-09-2015 - 0.1.0 - First packaging.  Trying to follow the advice from https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/

04-10-2015 - 0.2.1 - Adding an api client with access listing, granting and revoking.



Authors
=======

Glenn Franxman



TODO
====
    - What's the right way to version this?  __version__ in the __init__.py?   From the setup.py file?
    - explicit support for creating the userRef structure.
    - Eventually move the package to plain ole tinypass




