A ultra micro web framework w/ Jinja2.
Project description
MicroPie is lightweight, fast, and simple micro web framework inspired by CherryPy and Flask. 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.1.tar.gz
(4.2 kB
view details)
File details
Details for the file MicroPie-0.1.tar.gz.
File metadata
- Download URL: MicroPie-0.1.tar.gz
- Upload date:
- Size: 4.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 |
8643db873d37a62043242e63901f39c71e7edcde8a8d94146ab068827e660ce5
|
|
| MD5 |
09ea43174562dc38e8867953289a49b5
|
|
| BLAKE2b-256 |
738e5432d34c9f782f5828e771ced86e40c5d4db1eaafcfe1e847d1b2f5f7364
|