1
0
Fork 0
Code Hunt Data Helper, Python version
Go to file
Daniel Perelman 70306bee7e Added link to data release 1. 2015-05-06 11:24:25 -07:00
codehunt Initial code commit. 2015-04-07 23:33:20 -07:00
.gitignore Initial commit 2015-04-07 23:31:50 -07:00
LICENSE Initial commit 2015-04-07 23:31:50 -07:00
README.md Added link to data release 1. 2015-05-06 11:24:25 -07:00
example.py Initial code commit. 2015-04-07 23:33:20 -07:00
setup.py Initial code commit. 2015-04-07 23:33:20 -07:00

README.md

codehunt-data-py

Code Hunt Data Helper, Python version (see also: C# version)

This is intended to help with analyzing data from the Code Hunt Data Release 1 by parsing the filenames and providing code for querying the Code Hunt REST API.

Install with

python setup.py install

See example.py for a simple example of using this code.