1
0
Fork 0
codehunt-data-py/README.md

523 B

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.