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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for microdot-1.1.1.tar.gz
Algorithm Hash digest
SHA256 7ccf0aeff5e64af9a2a1b2951720c69c0f6c083d6427d412e590614c743df583
MD5 57233ae3bc84c75b314e3351e82e42c6
BLAKE2b-256 c0123a5e309faf81274f1da29510d381851f35cd180302253a823ece8b8513dc

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