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-1.0.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-1.0.0-py3-none-any.whl
(1.6 kB
view details)
File details
Details for the file cambo-1.0.0.tar.gz.
File metadata
- Download URL: cambo-1.0.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 |
5e90e458b1bfdc8e03583360a101cd1c303fd5bfc510aa952b6ba7a185530414
|
|
| MD5 |
2d132b3b2970eb1600854d20bb8006e4
|
|
| BLAKE2b-256 |
6c72c3d18d8c614b10ad1ac951d4ae35129bf64d8e84ec42fb308def6e6f3b34
|
File details
Details for the file cambo-1.0.0-py3-none-any.whl.
File metadata
- Download URL: cambo-1.0.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 |
24ba392434e89eda44357744d75d258e81bf69518d47b9638d1ce7bced94faa2
|
|
| MD5 |
e5f664bb0d2440c8302cb359e90a80b3
|
|
| BLAKE2b-256 |
a300167e65d72b8893d433ee03816f9773aa8d8e457482d2fe29101bd7e75f64
|