Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvexel/enroll
Gets enrollment figures from utah.edu, sticks them in an SQLite database, and creates nice-ish charts from them.
https://github.com/mvexel/enroll
Last synced: 24 days ago
JSON representation
Gets enrollment figures from utah.edu, sticks them in an SQLite database, and creates nice-ish charts from them.
- Host: GitHub
- URL: https://github.com/mvexel/enroll
- Owner: mvexel
- Created: 2012-06-03T11:40:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T04:46:12.000Z (over 10 years ago)
- Last Synced: 2024-10-21T23:08:49.518Z (2 months ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
enroll
======Gets enrollment figures from utah.edu, sticks them in an SQLite database, and creates nice-ish charts from them.
Requirements
------------
ubuntu / debian packages (`apt-get install`):apache2 sqlite3 python-pip, python-numpy, g++ python-dev, libfreetype6-dev libpng-dev
python modules (`pip install`)
sqlite3 mathplotlib beautifulsoup4 pillow
That is all, I think..
Oh you will need to create:
~/www
~/www/ARTH
~/www/enrollment/ARTHAnd have PyGallery in ~/pygal, get it here: http://pygallery.sourceforge.net/