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.26.tar.gz
(232.1 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.26.tar.gz.
File metadata
- Download URL: micropie-0.26.tar.gz
- Upload date:
- Size: 232.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55b089d230d4bddacba0bf3725c4c8de21dd4bcccf2147dbaddbcacce352a1ac
|
|
| MD5 |
0c6043f955e9cfb6c3df72053fa51c11
|
|
| BLAKE2b-256 |
7bdb1c9a57983f81191cb3e42b8ff75569ab90184bc7b4db12aed1d13544e69f
|
File details
Details for the file micropie-0.26-py2.py3-none-any.whl.
File metadata
- Download URL: micropie-0.26-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 |
1cdc7a1a3daaf7eeeae732e828a1745cd5654f2575ec6a6f86821257c071a582
|
|
| MD5 |
66dccd0a5bffc1ee8b85b2a779cd4810
|
|
| BLAKE2b-256 |
e0d66195b75a61df68090e7f6369343a9d06e0ef60ae4bb50cc5a7ae93c99054
|