Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page