A Web Development Framework For Python.
Project description
An Web Development Framework Called "Cambo".
Installation
pip install Cambo
Usage
cambo = Cambo()
@cambo.page('/')
def main():
return 'Welcome to Cambo!'
@cambo.page('/about')
def about():
return 'This is a simple framework called Cambo.'
if __name__ == "__main__":
cambo.run()
Output
Running on http://127.0.0.1:8000
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
cambo-0.1.0.tar.gz
(1.2 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
cambo-0.1.0-py3-none-any.whl
(1.6 kB
view details)
File details
Details for the file cambo-0.1.0.tar.gz.
File metadata
- Download URL: cambo-0.1.0.tar.gz
- Upload date:
- Size: 1.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2322eb30b9e2b471ada7269acea08a834ba53e040f84716aa7fc9e898028d3b9
|
|
| MD5 |
b53b307b36fab5bd0bb62ff10cc02acd
|
|
| BLAKE2b-256 |
a700602091517f9621498db68d297282799dd8125e755d526668505597463197
|
File details
Details for the file cambo-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cambo-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 |
752c47de2cf871b4cc690f8ec724230c78d5081a4db277a4e442032fcdb814f7
|
|
| MD5 |
896e538c22bdd617b497dfe440bb186f
|
|
| BLAKE2b-256 |
6b8b9811b850015cc4084b55476139fce0446b5c62931f32ad5671a0c8caa729
|