Files
gistapi.py/README.rst
T
2010-05-16 15:18:47 -04:00

18 lines
396 B
ReStructuredText

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