Metadata-Version: 1.0
Name: gistapi
Version: 0.1.1
Summary: Python wrapper for Gist API
Home-page: http://github.com/kennethreitz/gistapi.py
Author: Kenneth Reitz
Author-email: me@kennethreitz.com
License: MIT
Description: GistAPI.py
        ==========
        
        This is a Python wrapper for GitHub's [Gist API](http://develop.github.com/p/gist.html).
        
        
        Roadmap
        -------
        
        * Implement Gist API methods as they are introduced
        - Token based Authentication
        - Listing your private Gists
        - Create a new Gist
        - Fork a Gist
        - Delete a Gist
        - Edit a Gist
        * Possibly use other hacks in the meantime
        * Possibly add command line gist interface
        
        History
        =======
        
        0.1.1 (2010-05-16)
        ------------------
        
        * PyPi Compatibility Changes
        * Documentation Updates
        * Added DocTests
        
        0.1.0 (2010-05-16)
        ------------------
        
        * Initial Release
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
