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.19.tar.gz
(185.5 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.19.tar.gz.
File metadata
- Download URL: micropie-0.19.tar.gz
- Upload date:
- Size: 185.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
678b47cc6f9ba3face5b2cb9a0a2338e0c3b980307e4d11ee77610ba703e1f0f
|
|
| MD5 |
f9c34d686b5f63dc634296c231bb8764
|
|
| BLAKE2b-256 |
68931242bebf83bdc7e6f563596a5cca5e878389eba52d8079fcfe102cb74b4d
|
File details
Details for the file micropie-0.19-py2.py3-none-any.whl.
File metadata
- Download URL: micropie-0.19-py2.py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3558c9017c40ce524bd45e6a0bcc53f0cbbb469e4917cabda1898a380e69072e
|
|
| MD5 |
8640216d7f9b255e0a438c3cc7b5c27f
|
|
| BLAKE2b-256 |
d4de9037c07ac715a49546c31510127cbe6d634bb9f2afdffb505e4bac0bf4ab
|