A Web Application Framework For Python.
Project description
This is a framework that can make web applications in python, for example:
import Weban
app = Weban.Weban()
@app.route('/')
def home():
return 'Welcome to Weban!'
@app.route('/about')
def about():
return 'This is a simple web framework called Weban.'
if __name__ == '__main__':
app.run()
Installation
pip install Weban
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
weban-0.1.0.tar.gz
(1.3 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
weban-0.1.0-py3-none-any.whl
(1.6 kB
view details)
File details
Details for the file weban-0.1.0.tar.gz.
File metadata
- Download URL: weban-0.1.0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c8f579541e8aa9c610a16ed6642aefdedd99b23019710032c21b3d5e171c430
|
|
| MD5 |
1bd75789161b20bc4dc53b5d53297f17
|
|
| BLAKE2b-256 |
68fd925b69b14a948646d947ad473c6a7e6003f66059230d8f3160d876abb477
|
File details
Details for the file weban-0.1.0-py3-none-any.whl.
File metadata
- Download URL: weban-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73e7f6055f6167e2edf73a4d3096ef7fc2c7c5bcbae791c94a335e1cf11f84fa
|
|
| MD5 |
b3cca8e958ad1cabdbc93ec4b9ce13d9
|
|
| BLAKE2b-256 |
6688bde13680415ce9d88a2914ecc2b9ab76f39ae79e3251b7b8ad97efec11a8
|