A tiny web framework powered by Python.
features
router
orm
request and response
cookies and session
template
wsgi server
install
pip install bustard
usage
from bustard.app import Bustard
app = Bustard()
@app.route('/')
def helloword(request):
return 'hello world'
if __name__ == '__main__':
app.run()
Release files for bustard 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bustard-0.1.0.tar.gz | 20.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bustard-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 45.8 kB
Release files / bustard-0.1.0.tar.gz
| Download URL | bustard-0.1.0.tar.gz |
|---|---|
| Size | 20.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5a113ba58ddfdcb2174ab7f5d84ca315646e5e308b837289bf12e40b70ae534f
|
|
BLAKE2b-256 checksum How to use checksums |
e51dadad9ecc3b35913ab07593d3afdcde8dcfe8cbd15600e043f87a78f94e32
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / bustard-0.1.0-py3-none-any.whl
| Download URL | bustard-0.1.0-py3-none-any.whl |
|---|---|
| Size | 25.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
13aa50a9ec5954af33ba05b035474f41bddca9e180bd06b2cc11e4155b6e3aa5
|
|
BLAKE2b-256 checksum How to use checksums |
6aac678e153fa146b97989562d568926729fcb280d1bdfd5578b1e22169c9fbf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |