Giter Site home page Giter Site logo

xialixin / cherrypy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cherrypy/cherrypy

0.0 2.0 0.0 26.3 MB

CherryPy is a pythonic, object-oriented HTTP framework.

Home Page: http://www.cherrypy.org/

License: BSD 3-Clause "New" or "Revised" License

Python 99.95% HTML 0.05% CSS 0.01%

cherrypy's Introduction

image

image

image

image

image

image

image

image

image

stable

image

codecov

Welcome to the GitHub repository of CherryPy!

CherryPy is a pythonic, object-oriented HTTP framework.

  1. It allows building web applications in much the same way one would build any other object-oriented program.
  2. This design results in less and more readable code being developed faster. It's all just properties and methods.
  3. It is now more than ten years old and has proven fast and very stable.
  4. It is being used in production by many sites, from the simplest to the most demanding.
  5. And perhaps most importantly, it is fun to work with :-)

Here's how easy it is to write "Hello World" in CherryPy:

import cherrypy

class HelloWorld(object):
    @cherrypy.expose
    def index(self):
        return "Hello World!"

cherrypy.quickstart(HelloWorld())

And it continues to work that intuitively when systems grow, allowing for the Python object model to be dynamically presented as a web site and/or API.

While CherryPy is one of the easiest and most intuitive frameworks out there, the prerequisite for understanding the CherryPy documentation is that you have a general understanding of Python and web development. Additionally:

If the docs are insufficient to address your needs, the CherryPy community has several avenues for support.

Contributing

Please follow the contribution guidelines. And by all means, absorb the Zen of CherryPy.

cherrypy's People

Contributors

aminusfu avatar jaraco avatar webknjaz avatar lawouach avatar cyraxjoe avatar tabo avatar spagno avatar josephtate avatar hexaclock avatar nicklasb avatar daveschaefer avatar krysros avatar coady avatar whiteinge avatar mar10 avatar poofeg avatar wolph avatar bobbynewmark avatar amosshapira avatar eneldoserrata avatar jb26 avatar lbolla avatar motoom avatar rp- avatar jpsca avatar bcwalrus avatar safihre avatar xaiki avatar bdeeney avatar asottile avatar

Watchers

James Cloos avatar louis.xia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.