Metadata-Version: 1.1
Name: signupto
Version: 0.0.4
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 alpha software. It works, and covers the complete sign-up.to HTTP API,
        but the API is not yet finalized, especially in the area of error handling.
        
        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.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 :: 2 - Pre-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
