Code Hunt Data Helper, Python version
codehunt | ||
.gitignore | ||
example.py | ||
LICENSE | ||
README.md | ||
setup.py |
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.