Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 445 Bytes

README.rst

File metadata and controls

23 lines (13 loc) · 445 Bytes

PyDashie

PyDashy is a port of Dashing by Shopify to Python 2.7

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.