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.3.tar.gz
(7.2 kB
view details)
File details
Details for the file MicroPie-0.3.tar.gz.
File metadata
- Download URL: MicroPie-0.3.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95c129bcfaabae377f55c2a7d833dea80d69bfe3a964d6cd43b4dcf00cb8f6d9
|
|
| MD5 |
6575f6ea6051315e817e23770650c6ac
|
|
| BLAKE2b-256 |
2509fe58915bd823506da2ba26a09d01866dc6276b6b9e2f7eca695a72af5ed4
|