A Web Development Framework For Python.
Project description
An Web Development Framework Called "Cambo".
Installation
pip install Cambo
Usage
import Cambo
cambo = 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.0.1.tar.gz
(1.4 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.0.1-py3-none-any.whl
(1.7 kB
view details)
File details
Details for the file cambo-0.0.1.tar.gz.
File metadata
- Download URL: cambo-0.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2527e57b9caff27eae6be912f057d885c13a914e6e4d40233b6450e3cf52016
|
|
| MD5 |
03f63c7742be367e034d736288e4896c
|
|
| BLAKE2b-256 |
a436db1cfbdde0e03a3e414eeb76754c60e532c789dfbe87524f26820edde8c8
|
File details
Details for the file cambo-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cambo-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0516b8abf939623380f26930dc83144c0cd6418e8f9b3abb1ef6bd3290d700a1
|
|
| MD5 |
efe18171291407d6fee7d2fa59b8b9fd
|
|
| BLAKE2b-256 |
2e131423df01ef9a8810c2583462eb4b5f9f32c8d9261b542f0097048fbbae1f
|