Skip to content

pfalcon/pydashie-picoweb

 
 

Repository files navigation

PyDashie port to MicroPython/Picoweb

This is quick and dirty port of PyDashie to MicroPython and Picoweb micro-framework. It's quick and dirty, because it doesn't create JavaScript/CSS bundles out of Coffee/SCSS files, but serves precreated bundle (as produced by original PyDashie).

Fairly speaking, all this bundling-at-runtime, coffees and scsses of the original PyDashie aren't too clean either...

This port is proof of concept, before embarking on a project to create a decent, unbloated web dashboard for MicroPython.

To run, go to pydashie/ directory and run micropython main_picoweb.py (picoweb should be installed first of course, micropython -m upip picoweb).

What follows is the original PyDashie README.

PyDashie

This project is mostly dormant now.

Main Documentation

PyDashy is a port of Dashing by Shopify to Python 2.7

image

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.

About

Quick and dirty port of PyDashie to Pycopy/Picoweb

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.2%
  • CSS 5.7%
  • Python 4.8%
  • CoffeeScript 1.4%
  • HTML 0.9%