A tiny WSGI web framework
Project description
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()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bustard-0.1.0.tar.gz
(20.5 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
bustard-0.1.0-py3-none-any.whl
(25.4 kB
view details)
File details
Details for the file bustard-0.1.0.tar.gz.
File metadata
- Download URL: bustard-0.1.0.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a113ba58ddfdcb2174ab7f5d84ca315646e5e308b837289bf12e40b70ae534f
|
|
| MD5 |
a15498a0e14613d4a247d7d31e6a93bf
|
|
| BLAKE2b-256 |
e51dadad9ecc3b35913ab07593d3afdcde8dcfe8cbd15600e043f87a78f94e32
|
File details
Details for the file bustard-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bustard-0.1.0-py3-none-any.whl
- Upload date:
- Size: 25.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13aa50a9ec5954af33ba05b035474f41bddca9e180bd06b2cc11e4155b6e3aa5
|
|
| MD5 |
b99519e95a1e9f520038ba9fa0aec4bf
|
|
| BLAKE2b-256 |
6aac678e153fa146b97989562d568926729fcb280d1bdfd5578b1e22169c9fbf
|