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[all]
Useful Links
- Homepage: patx.github.io/micropie
- Official Documentation: micropie.readthedocs.io
- PyPI Page: pypi.org/project/MicroPie
- GitHub Project: github.com/patx/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.24.tar.gz
(208.8 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.24.tar.gz.
File metadata
- Download URL: micropie-0.24.tar.gz
- Upload date:
- Size: 208.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b51c8afc618d3cbb8c91f50dd8785ee640e4482aafc3cd4a062764f6e4108cd
|
|
| MD5 |
33240c2087a5e642accf0d307c657a90
|
|
| BLAKE2b-256 |
4d67b603f5a5cbed4074fc2fc3b5286893fe37f0ff1de303d10281b1d6f75750
|
File details
Details for the file micropie-0.24-py2.py3-none-any.whl.
File metadata
- Download URL: micropie-0.24-py2.py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
716a9af97858d6b3b8e2f4cfad1b598010a4f9733e77a224c32bcc90ce856d36
|
|
| MD5 |
42f1f0c6f8d971dbc3b9a6981f622346
|
|
| BLAKE2b-256 |
ef61bd99c97bb0caa705f950d1c63af9d5f914378bec80d8a0dce2a6f2e14eb6
|