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.
- Host: GitHub
- URL: https://github.com/lmacken/leafy-miracle
- Owner: lmacken
- License: agpl-3.0
- Created: 2011-05-15T22:08:32.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-15T17:39:02.000Z (almost 14 years ago)
- Last Synced: 2025-03-15T05:47:12.092Z (10 months ago)
- Language: Python
- Homepage: http://lewk.org/blog/leafy-miracle
- Size: 445 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
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