A ultra micro web framework w/ Jinja2.
Project description
MicroPie is lightweight, fast, and simple micro WSGI 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.5.tar.gz
(5.8 kB
view details)
File details
Details for the file MicroPie-0.5.tar.gz.
File metadata
- Download URL: MicroPie-0.5.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
798309e67050561794055a12ce8c0199525f4f291f9079a21db917b97539782a
|
|
| MD5 |
a7f6092f59d51ef3e3508b5b1e36d185
|
|
| BLAKE2b-256 |
9d8d044f988eb18b5fe9275fb7b926e3903782b3f15f2dee34547daff9e57f31
|