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.3.tar.gz (39.9 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for microdot-1.3.3.tar.gz
Algorithm Hash digest
SHA256 575b50118d05428fdc24ec866954dcc56dbb2481e3d8005ff72088def9ba79d0
MD5 a3173226606d6afb14c4dbc41d9720ca
BLAKE2b-256 21e85cacd85664a688086c2d9a5ba2fafabc7afde306191f58f08eea946b79b1

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