gituser/production/: cheroot-8.2.1 metadata and description

Homepage Simple index

Highly-optimized, pure-python HTTP server

author CherryPy Team
author_email team@cherrypy.org
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • Operating System :: OS Independent
  • Framework :: CherryPy
  • License :: OSI Approved :: BSD License
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: Implementation
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: Jython
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Internet :: WWW/HTTP
  • Topic :: Internet :: WWW/HTTP :: HTTP Servers
  • Topic :: Internet :: WWW/HTTP :: WSGI
  • Topic :: Internet :: WWW/HTTP :: WSGI :: Server
keywords http,server,ssl,wsgi
project_urls
  • CI: AppVeyor, https://ci.appveyor.com/project/cherrypy/cheroot
  • CI: Travis, https://travis-ci.org/cherrypy/cheroot
  • CI: Circle, https://circleci.com/gh/cherrypy/cheroot
  • Docs: RTD, https://cheroot.cherrypy.org
  • GitHub: issues, https://github.com/cherrypy/cheroot/issues
  • GitHub: repo, https://github.com/cherrypy/cheroot
provides_extras testing
requires_dist
  • six (>=1.11.0)
  • more-itertools (>=2.6)
  • jaraco.functools
  • backports.functools-lru-cache ; python_version < "3.3"
  • sphinx (>=1.8.2) ; extra == 'docs'
  • rst.linker (>=1.9) ; extra == 'docs'
  • jaraco.packaging (>=3.2) ; extra == 'docs'
  • sphinx-tabs (>=1.1.0) ; extra == 'docs'
  • docutils ; extra == 'docs'
  • alabaster ; extra == 'docs'
  • collective.checkdocs ; extra == 'docs'
  • pytest (>=2.8) ; extra == 'testing'
  • pytest-mock (>=1.11.0) ; extra == 'testing'
  • pytest-sugar (>=0.9.1) ; extra == 'testing'
  • pytest-testmon (>=0.9.7) ; extra == 'testing'
  • pytest-watch (==4.2.0) ; extra == 'testing'
  • pytest-xdist (>=1.28.0) ; extra == 'testing'
  • coverage (==4.5.3) ; extra == 'testing'
  • codecov (==2.0.15) ; extra == 'testing'
  • pytest-cov (==2.7.1) ; extra == 'testing'
  • trustme (>=0.4.0) ; extra == 'testing'
  • pyopenssl ; extra == 'testing'
  • requests-unixsocket ; extra == 'testing'
  • urllib3 (>=1.25) ; (python_version != "3.4") and extra == 'testing'
  • urllib3 (<1.25) ; (python_version == "3.4") and extra == 'testing'
requires_python !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7
File Tox results History
cheroot-8.2.1-py2.py3-none-any.whl
Size
78 KB
Type
Python Wheel
Python
2.7
https://img.shields.io/pypi/v/cheroot.svg 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 https://img.shields.io/pypi/pyversions/cheroot.svg codecov https://readthedocs.org/projects/cheroot/badge/?version=latest https://img.shields.io/badge/StackOverflow-Cheroot-blue.svg https://img.shields.io/gitter/room/cherrypy/cherrypy.svg https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square FOSSA Status

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

Status

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

Contribute Cheroot

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

Oh, and be pythonic, please :snake:

Don’t know how? Check out How to Contribute to Open Source article by GitHub :rocket:

License

FOSSA Status