Metadata-Version: 1.2
Name: cheroot
Version: 6.0.0
Summary: Highly-optimized, pure-python HTTP server
Home-page: https://github.com/cherrypy/cheroot
Author: CherryPy Team
Author-email: team@cherrypy.org
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: .. 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/cherrypy/cheroot/master.svg?label=Windows%20build%20%40%20Appveyor
           :target: https://ci.appveyor.com/project/cherrypy/cheroot/branch/master
        
        .. image:: https://img.shields.io/pypi/pyversions/cheroot.svg
        
        .. image:: https://codecov.io/gh/cherrypy/cheroot/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/cherrypy/cheroot
           :alt: codecov
        
        .. image:: https://readthedocs.org/projects/cheroot/badge/?version=latest
           :target: http://cheroot.readthedocs.io/en/latest/?badge=latest
        
        Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.
        
        Status
        ======
        
        The test suite is currently disabled. Currently, the only way to validate the test
        suite is to run it against CherryPy.
        
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.7
Classifier: Programming Language :: Python :: 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.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
