GithubHelp home page GithubHelp logo

ra80533 / cherrypy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cherrypy/cherrypy

0.0 1.0 0.0 25.21 MB

CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev

Home Page: https://docs.cherrypy.dev

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

Python 99.95% CSS 0.01% HTML 0.05%

cherrypy's Introduction

SWUbanner

image

CherryPy is available as part of the Tidelift Subscription

image

image

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 more concise and readable code 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 website 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.

For Enterprise

CherryPy is available as part of the Tidelift Subscription.

The CherryPy maintainers and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.

Learn more.

Contributing

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

cherrypy's People

Contributors

aminusfu avatar amosshapira avatar bluebirrrrd avatar bobbynewmark avatar cclauss avatar coady avatar cyraxjoe avatar daveschaefer avatar eneldoserrata avatar flamableconcrete avatar hexaclock avatar jaraco avatar jb26 avatar josephtate avatar jpsca avatar jrxpert avatar krysros avatar lawouach avatar lbolla avatar mar10 avatar motoom avatar nicklasb avatar poofeg avatar rp- avatar spagno avatar tabo avatar the-allanc avatar webknjaz avatar whiteinge avatar wolph avatar

Watchers

 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.