A microframework for python web development, more suitable for mobile service.
Project description
# Cocopot
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.1.post20151124.tar.gz
(34.3 kB
view details)
File details
Details for the file Cocopot-0.1.post20151124.tar.gz
.
File metadata
- Download URL: Cocopot-0.1.post20151124.tar.gz
- Upload date:
- Size: 34.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07d806872ec63fca812ed512fb68ceca2d9f55773a1a0820cad2a6791a3eff82 |
|
MD5 | c4a04b2fe99ccaa10091c15373901a73 |
|
BLAKE2b-256 | 3b8d1689f68764bce4d3ec7a8a5f75baf07d9322cd99e421834258c500b70e1b |