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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for microdot-1.3.4.tar.gz
Algorithm Hash digest
SHA256 25c5f26974d8b9c347d6615ca2d77774a36cf572be488195bad437ca8f0b1fb9
MD5 4216f644baac46b0f73f0fe89e712288
BLAKE2b-256 6bbfec93ec2bd042553287b19b6b3991c79049c9e02648d59f4f5597f522cfa3

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