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.1.tar.gz
(20.6 kB
view details)
Built Distribution
bustard-0.1.1-py3-none-any.whl
(25.5 kB
view details)
File details
Details for the file bustard-0.1.1.tar.gz
.
File metadata
- Download URL: bustard-0.1.1.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e5158b589dcfb04e1f97d191e2e9816283ee6ad5c1f65c45917dc95d21e6f36 |
|
MD5 | 8c23d90fb3a0a49e39dd0b4f89f2bdd1 |
|
BLAKE2b-256 | c333832713acf215dd6550c59374b601a46055404b4e57d3bee087d84c94143a |
File details
Details for the file bustard-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: bustard-0.1.1-py3-none-any.whl
- Upload date:
- Size: 25.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90a58e71c942ad8656c71b6ff165f632d150b962e41ad46868235e4ac4c9ce80 |
|
MD5 | 92f278b96139ae62d2c16b37c7495de6 |
|
BLAKE2b-256 | 12d28ae4a8884dc4b7ee2a68515b60b4c1e04f0ecb8b6b2ea43f7d5fe8de6d77 |