dependabot[bot] d8d2667053 Bump urllib3 from 1.26.17 to 1.26.18 in /examples/benchmark (#173) #nolog
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  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-10-18 09:38:45 +01:00
2023-04-14 12:56:33 +01:00
2023-08-03 10:40:55 +01: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-06-20 12:34:59 +01:00
2023-07-16 11:41:02 +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-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%