Lightweight Python Web Framework
Project description
BunnyPy
a Lightweight Python Web Framework
Installation
pip install bunnypy
Simple Usage
hello.py
from bunnypy import Bunny
app = Bunny()
@app.controller
class IndexController:
def ac_index(self):
return 'Hello World'
if __name__ == '__main__':
app.run()
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
BunnyPy-0.0.9.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
BunnyPy-0.0.9-py3.7.egg
(11.4 kB
view details)
File details
Details for the file BunnyPy-0.0.9.tar.gz.
File metadata
- Download URL: BunnyPy-0.0.9.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f297c595b33f9970743b70f122200d0097a89ff4f57c540c3a7f37557220f484
|
|
| MD5 |
50cb03b5548d23cad4004b511446de59
|
|
| BLAKE2b-256 |
07e717d49fad509f95935f7df896a127497ef39a433b332a958a7306328d40d5
|
File details
Details for the file BunnyPy-0.0.9-py3.7.egg.
File metadata
- Download URL: BunnyPy-0.0.9-py3.7.egg
- Upload date:
- Size: 11.4 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
700178e9002d4e3919fef35d9a077214a8a3a28b80831b81c7fd08cd3077cf1d
|
|
| MD5 |
ff070df912ee18d6f17c53b7129aece3
|
|
| BLAKE2b-256 |
78eff15ef18d6332c415abb4b506934b973270a2d789aba66a44d60091e0cd39
|