cherrypy
cherrypy copied to clipboard
CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev
* **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] question about the decisions made in the repository * **Do you want to...
* **I'm submitting a ...** * [X] bug report * **Do you want to request a *feature* or report a *bug*?** BUG * **What is the current behavior?** CherryPy will...
CherryPy should present a recipe for serving (from a database or dictionary or other user store) an Oauth2-compliant provider. Such a service could be deployed to authenticate users from an...
I'd like to see a recipe for CherryPy that presents an Oauth2 consumer, an app that when configured with the proper keys, can use a service like Google or Twitter...
Originally reported by: **space one (Bitbucket: [spaceone](http://bitbucket.org/spaceone), GitHub: [spaceone](http://github.com/spaceone))** --- the examples in http://docs.cherrypy.org/en/3.2.6/concepts/dispatching.html#other-dispatchers are not really understandable: how to use the regex mapping dispatcher ? what happens when i...
CherryPy 18 was released with python_requires metadata, so pip install CherryPy should work on any python with a modestly recent pip.
* **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] question about the decisions made in the repository * **What is the current...
Originally reported by: **@wyuenho** --- So apparently Tree.mount() attaches a static handler for favicon.ico if the root doesn't already have a handler for it without even looking at the config....
Originally reported by: **saaj (Bitbucket: [saaj](http://bitbucket.org/saaj), GitHub: @saaj)** --- Running CherryPy CPWebCase-based tests I have a lot of ResourceWarning messages like this (`fd` is in `(3, 5, 8)`). ``` #!...
* **I'm submitting a ...** - [x] bug report - [X] feature request - [ ] question about the decisions made in the repository * **Do you want to request...