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.2.tar.gz
(5.5 kB
view details)
File details
Details for the file MicroPie-0.2.tar.gz.
File metadata
- Download URL: MicroPie-0.2.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17442882457814edcde62150e695acd0ae49147f6da6f9ce7d4b2a669c331817
|
|
| MD5 |
b3ea1f3b475ab5e6cb3e41f20328ed4f
|
|
| BLAKE2b-256 |
b23c433ba105f104a9c4e24937f26e405bd49704abf15b3b705f3a2175564b68
|