/cheroot

Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

https://img.shields.io/travis/cherrypy/cheroot/master.svg?label=Linux%20build%20%40%20Travis%20CI https://circleci.com/gh/cherrypy/cheroot/tree/master.svg?style=svg https://img.shields.io/appveyor/ci/cherrypy/cheroot/master.svg?label=Windows%20build%20%40%20Appveyor https://img.shields.io/badge/license-BSD-blue.svg?maxAge=3600 codecov https://readthedocs.org/projects/cheroot/badge/?version=latest https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square

Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.

Status

The test suite is currently relies on pytest. It's being run via Travis CI.

Contribute Cheroot

Want to add smth to upstream? Feel free to submit a PR or file an issue if unsure. Please follow CherryPy's common conribution guidelines. Note that PR is more likely to be accepted if it includes tests and detailed description helping maintainers to understand it better 🎉

Oh, an be pythonic, please 🐍

Don't know how? Check out How to Contribute to Open Source article by GitHub 🚀