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

Uploaded Source

File details

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

File metadata

  • Download URL: microdot-1.0.0.tar.gz
  • Upload date:
  • Size: 18.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for microdot-1.0.0.tar.gz
Algorithm Hash digest
SHA256 31b1f3fdf00497e38f40d642cc1eb2a18617ab5021bec15a1dab544db99029af
MD5 643db48d28de7a0087d8ff114794ec6e
BLAKE2b-256 ddb0445a8ce97cee03ae6226cf975c6d6c5de38f43b11f0b984a529aec5c06eb

See more details on using hashes here.

Supported by

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