The auspicious and venerable Leafy Miracle
|-----------------------------------------------|
| _______________ |
| < leafymiracle! > |
| --------------- |
| \ |
| \ .---. __ |
| , \ / \ \ |||| |
| \\\\ |O___O | | \\|||| |
| \ // | \_/ | | \ / |
| '--/----/| / | |-' |
| // // / -----' |
| // \\ / / |
| // // / / |
| // \\ / / |
| // // / / |
| /| ' / / |
| //\___/ / |
| // ||\ / |
| \\_ || '---' |
| /' / \\_.- |
| / / --| | |
| '-' | | |
| '-' |
|_______________________________________________|
Features
- Written in Python using the Pyramid web framework
- SQLAlchemy database model of Yum Categories, Groups, Packages, and Dependencies
- Interactive graph widget, using ToscaWidgets2 and the JavaScript InfoVis Toolkit
- Package mouse-over menus linking to downloads, acls, code
bugs, builds and updates.
- Deep linking
- Search bar with auto-completion
Running
sudo yum -y install python-virtualenv
git clone git://fedorapeople.org/~lmacken/leafymiracle && cd leafymiracle
virtualenv env && source env/bin/activate
python setup.py develop
python leafymiracle/populate.py
paster serve development.ini