An open API service indexing awesome lists of open source software.

https://github.com/lmacken/leafy-miracle

An interactive graph visualization of Fedora packages, written in Python using Pyramid, SQLAlchemy, ToscaWidgets2, and the InfoVis Toolkit.
https://github.com/lmacken/leafy-miracle

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

`leafy-miracle.rhcloud.com `_

.. image:: http://lewk.org/img/leafy-screenshot.png

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
~~~~~~

* `Git repository `_ on github.

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
~~~~~~~

* Luke Macken
* Ralph Bean