Skip to content

The impossibly small web framework for MicroPython

License

Notifications You must be signed in to change notification settings

cmpadden/microdot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microdot

Build Status

A minimalistic Python web framework for microcontrollers inspired by Flask

Installation

Installation can be done directly from the microcontroller using the upip library.

>>> import upip
>>> upip.install(["microdot", "microdot-asyncio"])

Or, it can be downloaded on the host machine, and transferred to the device.

# Download the dependencies to the `lib` directory
micropython -m upip install -p lib microdot microdot-asyncio

# Transfer the `lib` directory to the microcontroller
ampy -p $PORT put lib

Documentation

Coming soon!

About

The impossibly small web framework for MicroPython

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%