https://github.com/evolvedlight/pydashie
Port of Dashing to python
https://github.com/evolvedlight/pydashie
Last synced: over 1 year ago
JSON representation
Port of Dashing to python
- Host: GitHub
- URL: https://github.com/evolvedlight/pydashie
- Owner: evolvedlight
- License: mit
- Created: 2012-12-04T17:54:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T14:16:55.000Z (about 9 years ago)
- Last Synced: 2024-10-31T19:37:27.139Z (over 1 year ago)
- Language: JavaScript
- Size: 980 KB
- Stars: 415
- Watchers: 22
- Forks: 80
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-dashboard - Pydashie - Python port of dashing. (General)
README
PyDashie
########
This project is mostly dormant now.
`Main Documentation `_
PyDashy is a port of `Dashing `_ by `Shopify `_ to Python 2.7
.. image:: http://evolvedlight.github.com/pydashie/images/mainscreen.png
Installation
############
For development purposes,
python setup.py develop
OR
python setup.py install
And you can run the application by
pydashie
Goto localhost:5000 to view the sample application in action.