mic
microdot
pypi i microdot
mic

microdot

The impossibly small web framework for Python and MicroPython.

by Miguel Grinberg

1.2.1 (see all)
pypi i microdot
Readme

microdot

Build status codecov

“The impossibly small web framework for Python and MicroPython”

Microdot is a minimalistic Python web framework inspired by Flask, and designed to run on systems with limited resources such as microcontrollers. It runs on standard Python and on MicroPython.

from microdot import Microdot

app = Microdot()

@app.route('/')
def index(request):
    return 'Hello, world!'

app.run()

Resources

VersionTagPublished
1.2.1
4mos ago
1.2.0
6mos ago
1.1.1
6mos ago
1.1.0
6mos ago
No alternatives found
No tutorials found
Add a tutorial
No dependencies found

Rate & Review

100
No reviews found
Be the first to rate