A microframework for python web development, more suitable for mobile service.
Project description
Cocopot is a microframework for Python. Foucus on mobile service and cloud service, no default template system.
Cocopot is Fun
from cocopot import Cocopot
app = Cocopot()
@app.route("/")
def hello():
return "Hello World!"
if __name__ == "__main__":
app.run()
And Easy to Setup
$ pip install Cocopot
$ python hello.py
* Running on http://localhost:3000/
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
Cocopot-0.2.tar.gz
(34.3 kB
view details)
File details
Details for the file Cocopot-0.2.tar.gz
.
File metadata
- Download URL: Cocopot-0.2.tar.gz
- Upload date:
- Size: 34.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6e00dd8001327dfd19d782d191a6cb4dad0c368c2704f0e45f984d2caab22be |
|
MD5 | a94afcdb31913b2622282fd357db810c |
|
BLAKE2b-256 | 2b5cf48c72014a4aa806fed9a7c5094162adf9ae52530f11ac651a22430b564c |