A ultra micro web framework w/ Jinja2.
Project description
MicroPie is lightweight, fast, and simple micro web framework inspired by CherryPy. And it’s BSD licensed!
MicroPie is Fun
from MicroPie import Server
class MyApp(Server):
def index(self):
return 'Hello world!'
MyApp().run()
And Easy to Install
$ pip install micropie
Links
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.4.tar.gz
(6.4 kB
view details)
File details
Details for the file MicroPie-0.4.tar.gz.
File metadata
- Download URL: MicroPie-0.4.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9e71c62cd5d815eb5e829872f1a34111ed9427cd928a62f5cd8fc7712636694
|
|
| MD5 |
cf363f4719aef1f331183420b7ec673f
|
|
| BLAKE2b-256 |
06f6bd2c43ce397575b0c9c65efc1ebd604c16204c4a0a4c185f2535d8709d08
|