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.14.tar.gz
(180.0 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.14.tar.gz.
File metadata
- Download URL: micropie-0.14.tar.gz
- Upload date:
- Size: 180.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bee91e322ddcf009ffa4548834adda90bf11ca4b3c2905afaa2f13eb0c2fce1e
|
|
| MD5 |
770db962b1bdb17d72c1f9d9f0c04d4e
|
|
| BLAKE2b-256 |
fba657a11a2feccd921109323d47f3acb83e00c723320164dbd2a0f13d392b5e
|
File details
Details for the file micropie-0.14-py2.py3-none-any.whl.
File metadata
- Download URL: micropie-0.14-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 |
d30433358d1c320b90f317011c17631e0458e40c2b8ea7fac0e63f80777429db
|
|
| MD5 |
d07e154b1be5054f0ed612376803c017
|
|
| BLAKE2b-256 |
552f1a2b1f6687c301640b9e8cec7ef8f8420f0a49642d8420cf717f51d735aa
|