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
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.18.tar.gz
(184.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.18.tar.gz.
File metadata
- Download URL: micropie-0.18.tar.gz
- Upload date:
- Size: 184.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06b97383653467e8fb248cfb50ec152684f9faf488f31889b1e5913ab8649dcc
|
|
| MD5 |
49812cabfe73e845fc7bd5a2a1cd7165
|
|
| BLAKE2b-256 |
22ab4f529842a12a853c2025b680e37af0c638ac65172a2167d0c3a4d6f8b184
|
File details
Details for the file micropie-0.18-py2.py3-none-any.whl.
File metadata
- Download URL: micropie-0.18-py2.py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9d2b18a0d2fe4eabcefc127fa55960c9f50cc06c893158375e77c4f653579db
|
|
| MD5 |
7d27412c10aa46064378639cbea3a0b6
|
|
| BLAKE2b-256 |
daba2b88375673c8417c3f3ae0c0536b530f36d440af86ba86a7e065771fb4c1
|