Skip to content

ralphbean/leafy-miracle

 
 

Repository files navigation

leafy-miracle.rhcloud.com

image

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

Source

Running

sudo yum -y install python-virtualenv
git clone git://github.com/lmacken/leafy-miracle.git && cd leafy-miracle
virtualenv env && source env/bin/activate
python setup.py develop
python leafymiracle/populate.py
paster serve development.ini

Authors

About

An interactive graph visualization of Fedora packages, written in Python using Pyramid, SQLAlchemy, ToscaWidgets2, and the InfoVis Toolkit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • JavaScript 4.8%
  • Shell 3.0%