Metadata-Version: 2.0
Name: cheroot
Version: 5.8.3
Summary: Highly-optimized, pure-python HTTP server
Home-page: https://github.com/cherrypy/cheroot
Author: CherryPy Team
Author-email: team@cherrypy.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Framework :: CherryPy
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Requires-Python: >=2.6,!=3.0.*
Requires-Dist: six
Provides-Extra: testing
Requires-Dist: backports.unittest-mock; extra == 'testing'
Requires-Dist: portend; extra == 'testing'
Requires-Dist: pytest (>=2.8); extra == 'testing'
Requires-Dist: pytest-sugar; extra == 'testing'

.. image:: https://img.shields.io/pypi/v/cheroot.svg
   :target: https://pypi.org/project/cheroot

.. image:: https://img.shields.io/travis/cherrypy/cheroot/master.svg?label=Linux%20build%20%40%20Travis%20CI
   :target: http://travis-ci.org/cherrypy/cheroot

.. image:: https://img.shields.io/appveyor/ci/jaraco/cheroot/master.svg?label=Windows%20build%20%40%20Appveyor
   :target: https://ci.appveyor.com/project/jaraco/cheroot/branch/master

.. image:: https://img.shields.io/pypi/pyversions/cheroot.svg

.. image:: https://img.shields.io/pypi/dm/cheroot.svg

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

License
=======

License is indicated in the project metadata (typically one or more
of the Trove classifiers). For more details, see `this explanation
<https://github.com/jaraco/skeleton/issues/1>`_.

Status
======

The test suite is currently disabled. Currently, the only way to validate the test
suite is to run it against CherryPy.


