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.25.tar.gz
(232.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.25.tar.gz.
File metadata
- Download URL: micropie-0.25.tar.gz
- Upload date:
- Size: 232.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b85d5b3065c06f74d22100b6867a67155800e5ada00fdb97b8fb7fd7dad2e10
|
|
| MD5 |
449747473fc430e325c9bac9fe995df0
|
|
| BLAKE2b-256 |
b8f02be6b1f5e9927c53f00d026880ceaf4e7a6ee15c477df2bd5a678e1b9329
|
File details
Details for the file micropie-0.25-py2.py3-none-any.whl.
File metadata
- Download URL: micropie-0.25-py2.py3-none-any.whl
- Upload date:
- Size: 11.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 |
4e192e7c2c158ed7a3e7e9c07d8a665813950945aa479dac1adbf4c91aa0ba8d
|
|
| MD5 |
2aca790c1caa17b14c8f889d94b0c318
|
|
| BLAKE2b-256 |
56b708183e18b457958f180d39fcad0fe2134c4232bcb489da31a9f1371c9b33
|