Skip to content

Commit

Permalink
Updating README and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
abh1nav committed Dec 6, 2012
1 parent 247f85f commit ff3e64c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .gitignore
@@ -1,4 +1,3 @@
/MANIFEST
/dist/gnippy-0.1.0.tar.gz
/dist/gnippy-0.1.1.tar.gz
/gnippy/__init__.pyc
/dist/*
*.pyc
8 changes: 7 additions & 1 deletion README.txt
Expand Up @@ -4,6 +4,12 @@ GNIP for Python

GNIP for Python provides an easy way to access the PowerTrack stream provided by GNIP.

Installation:

pip install gnippy

Usage:

#!/usr/bin/env python

import time
Expand All @@ -25,4 +31,4 @@ GNIP for Python provides an easy way to access the PowerTrack stream provided by

That's it!

Source available on GitHub: http://github.com/abh1nav/gnippy/
Source available on GitHub: http://github.com/abh1nav/gnippy/

0 comments on commit ff3e64c

Please sign in to comment.