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.23.tar.gz
(203.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.23.tar.gz.
File metadata
- Download URL: micropie-0.23.tar.gz
- Upload date:
- Size: 203.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1cfc2b7548b5f5788ad54ccab1236325e97bc73b4c5e9f907ac7ca711bba2f1
|
|
| MD5 |
d029cecb7a2797945f88b26db62f8046
|
|
| BLAKE2b-256 |
903b29535b5dedccb0bc02d10e8b8591f2ff3edc4b6add13cd34ad4f8a171e22
|
File details
Details for the file micropie-0.23-py2.py3-none-any.whl.
File metadata
- Download URL: micropie-0.23-py2.py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62b19e853728c6a091a6800befd315e547f14b1aa20d4c73ae525dff81c2eaf2
|
|
| MD5 |
3fb699a1b6f654eec1d2ace7ba15f981
|
|
| BLAKE2b-256 |
9d18ff60361b7d045b1851da4166317c3be9be1aa92591b15bd4ffdeb1c65e4d
|