Skip to main content

The impossibly small web framework for MicroPython

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

microdot-1.3.0.tar.gz (37.5 kB view details)

Uploaded Source

File details

Details for the file microdot-1.3.0.tar.gz.

File metadata

  • Download URL: microdot-1.3.0.tar.gz
  • Upload date:
  • Size: 37.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.15

File hashes

Hashes for microdot-1.3.0.tar.gz
Algorithm Hash digest
SHA256 c5e06bbbcf801251112ccfc1f4715c87722e697fd2425fed0bc429d8508f1852
MD5 23890932aaaa4c29f25373f72658c2ae
BLAKE2b-256 483f738226d58d8848fb2f3592fd6913c29066ea76410d630a1894034c8a4d0f

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page