newsstand_db has now the basic functionality implemented
This release includes:
- Creating the database and tables
- Importing the data through Apple generated CSV-like files
- Analysing the data and generating a number of stats such as:
- Unique users
- Paying users (for free magazines)
- Estimated proceeds
- Revenue per download
- CLV
- Conversion rate
- Command line tools (CLI)
Future releases will include:
- Chart generation
- Better historical data
_To test this release and install the command line tools, run_ **python setup.py install** _as root/admin_