Commitments of Traders data tracker
This is a package written for python v3.
If you are new to python, it can be downloaded from python.org.
In the package source you will find requirements.txt. These files contain a list of python packages that this project has dependencies on. The requirments.txt is used with the python command line program pip. To use, goto your open your system Terminal/Command Prompt and type
pip install -r requirements.txt
This module is responsible for pulling down raw data files, processing, and storing the data. It is designed to work with files downloaded from cftc.gov. SQlite is used for persistant data storage.
This is a webserver hosting pages for the display of data. AmCharts.js is the charting library use to create the charts.
Further details can be found on the Wiki.