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.21.tar.gz
(202.6 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.21.tar.gz.
File metadata
- Download URL: micropie-0.21.tar.gz
- Upload date:
- Size: 202.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f5623207e4b8fcb4a05aaef1800b3a4bd89a670a8899dddee3f45acea8a53b9
|
|
| MD5 |
ac4d61f1e8b4e3705bb0af4f99a9243a
|
|
| BLAKE2b-256 |
37ba3a9d33bb1dee5344395eaa63f9418218ed517d0c125f41d75179a75f9ef5
|
File details
Details for the file micropie-0.21-py2.py3-none-any.whl.
File metadata
- Download URL: micropie-0.21-py2.py3-none-any.whl
- Upload date:
- Size: 11.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 |
8aa04b96689362ce28c9959ea05a752063c74bd3ebf0dddc9f1c29bd0798e197
|
|
| MD5 |
c3be12a1bd6d3b1dde913bf3c78e1ac0
|
|
| BLAKE2b-256 |
bc0233a822fc0d4ebd678bdc6acea7d11f674e18f2d10f3c289f26e94e33e6ec
|