dependabot[bot] 9b9b7aa76d Bump requests from 2.28.1 to 2.31.0 in /examples/benchmark (#138) #nolog
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 09:40:38 +01:00
2023-04-14 12:56:33 +01:00
2022-12-09 12:15:35 +00:00
2022-12-09 12:15:35 +00:00
2022-09-05 10:27:59 +01:00
2019-04-27 09:37:53 +01:00
2023-03-03 11:06:50 +00:00
2023-05-21 23:37:40 +01:00
2019-04-16 12:00:41 +01:00
2022-08-07 15:45:50 +01:00
2021-09-27 13:57:04 +01:00
2023-05-21 23:37:55 +01:00
2023-04-14 12:56:33 +01:00

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

Description
The impossibly small web framework for Python and MicroPython.
Readme 2.9 MiB
Languages
Python 99.2%
Shell 0.6%
Dockerfile 0.2%