An ultra micro ASGI web framework
Project description
MicroPie is an ultra-micro ASGI Python web framework that gets out of your way, letting you build fast and dynamic web apps with ease. Inspired by CherryPy and licensed under the BSD three-clause license.
MicroPie is Fun
from MicroPie import App
class MyApp(App):
async def index(self):
return "Hello World!"
app = MyApp() # Run with `uvicorn app:app`
And Easy to Install
$ pip install micropie
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
micropie-0.13.tar.gz
(180.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file micropie-0.13.tar.gz.
File metadata
- Download URL: micropie-0.13.tar.gz
- Upload date:
- Size: 180.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa3ac34e9ae03a19f14c63cacd83c19594ff85618b3eb8ef6f52a3c6c3c1976e
|
|
| MD5 |
e6eda327f3e78349ca0758cf5564db05
|
|
| BLAKE2b-256 |
d79a810064d2b01acefc2bfb55be4d0cb59252e5b5e49c031d336e014a0b06b7
|
File details
Details for the file micropie-0.13-py2.py3-none-any.whl.
File metadata
- Download URL: micropie-0.13-py2.py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcfd61179ed4bdf90f869dd674298b3503bf136a7c8d36d3e4a0b7d9745ca727
|
|
| MD5 |
72061cf4896a196e6df4ea00628687c3
|
|
| BLAKE2b-256 |
9876e1c25aa00ab52420089bef8d220762dd744844dfa8f02123a1a1fdee6da0
|