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.12.2.tar.gz
(177.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.12.2.tar.gz.
File metadata
- Download URL: micropie-0.12.2.tar.gz
- Upload date:
- Size: 177.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c69e311605fec79035cde4f28029cc40bc16c0b11d8b27a5d45ec2ca1731f1b1
|
|
| MD5 |
1afd796b15b4f0f06e5318348f2635f1
|
|
| BLAKE2b-256 |
a9d2d71339bfb8fa484e362e1af6f37f87297b244aaf751add15d537d23e56eb
|
File details
Details for the file micropie-0.12.2-py2.py3-none-any.whl.
File metadata
- Download URL: micropie-0.12.2-py2.py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40a8f8b7f6418f74f63ff638d70f697975f321d2936277d8d1f48b0f828a199e
|
|
| MD5 |
cd73a233c1860741f63910e16a591e5b
|
|
| BLAKE2b-256 |
bf948982ff3cfaab0546fc2e8f55383e5bb680081ef76c8a2ea39b50538629a1
|