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.17.tar.gz
(183.2 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.17.tar.gz.
File metadata
- Download URL: micropie-0.17.tar.gz
- Upload date:
- Size: 183.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcee2435a71e08a21f6df21086e64d245972f6e2c4052b62d8a6dbbe5eed6c42
|
|
| MD5 |
6d4da1f4f0c3c42904a2eb0e171c58cc
|
|
| BLAKE2b-256 |
f84499a85a274a38da3651646d231b61969ee5c1aa26c0771db4650721e53b40
|
File details
Details for the file micropie-0.17-py2.py3-none-any.whl.
File metadata
- Download URL: micropie-0.17-py2.py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9034e6965ba29cca70b542b9da0d3a4bb65a101a91f46acbad5abdde0b40c9fb
|
|
| MD5 |
915367d2d5fccb26899e237cb29380d8
|
|
| BLAKE2b-256 |
50edc9bb8a20ff5254e77088144c50d9a842580f3907c0dc44e72b55cd51814d
|