Metadata-Version: 1.1
Name: signupto
Version: 0.1
Summary: sign-up.to API client
Home-page: https://bitbucket.org/spookylukey/signupto
Author: Luke Plant
Author-email: L.Plant.98@cantab.net
License: BSD
Description: ===============================
        signupto
        ===============================
        
        Minimalist client library for the sign-up.to HTTP API - http://sign-up.to
        
        * Free software: BSD license
        
        * Home page: https://bitbucket.org/spookylukey/signupto
        * Bugs: https://bitbucket.org/spookylukey/signupto/issues?status=new&status=open
        * Docs: http://signupto.readthedocs.org/en/latest/
        
        
        Status
        ======
        
        This is beta software. It is being used in production, and covers the complete
        sign-up.to HTTP API. There may still be improvements and fixes to be made.
        
        If you use this library, let me know (at L.Plant.98@cantab.net), and I can
        consult you about improvements. Otherwise I may change things without notice.
        
        There are also no automated tests yet. (Patches welcome!)
        
        
        
        
        History
        -------
        
        0.1 (2013-11-21)
        ++++++++++++++++
        
        * Cleanups
        
        0.0.6 (2013-11-14)
        ++++++++++++++++++
        
        * Added convenience methods ``get_list``, ``get_all`` and ``delete_any``.
        
        0.0.5 (2013-11-13)
        ++++++++++++++++++
        
        * Python 3 fixes
        
        0.0.4 (2013-11-13)
        ++++++++++++++++++
        
        * Rewrote to remove drest dependency. It's simpler and shorter now.
        
        0.0.3 (2013-11-12)
        ++++++++++++++++++
        
        * Fixed put methods
        
        0.0.2 (2013-11-12)
        ++++++++++++++++++
        
        * Fixed delete methods
        
        0.0.1 (2013-11-12)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: signupto
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
