Metadata-Version: 2.1
Name: cheroot
Version: 6.5.2
Summary: Highly-optimized, pure-python HTTP server
Home-page: https://github.com/cherrypy/cheroot
Author: CherryPy Team
Author-email: team@cherrypy.org
License: UNKNOWN
Project-URL: CI: Travis, https://travis-ci.org/cherrypy/cheroot
Project-URL: GitHub: issues, https://github.com/cherrypy/cheroot/issues
Project-URL: CI: AppVeyor, https://ci.appveyor.com/project/cherrypy/cheroot
Project-URL: CI: Circle, https://circleci.com/gh/cherrypy/cheroot
Project-URL: GitHub: repo, https://github.com/cherrypy/cheroot
Project-URL: Docs: RTD, https://cheroot.cherrypy.org
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: https://travis-ci.org/cherrypy/cheroot
        
        .. image:: https://circleci.com/gh/cherrypy/cheroot/tree/master.svg?style=svg
           :target: https://circleci.com/gh/cherrypy/cheroot/tree/master
        
        .. 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/badge/license-BSD-blue.svg?maxAge=3600
           :target: https://pypi.org/project/cheroot
        
        .. image:: https://img.shields.io/pypi/pyversions/cheroot.svg
           :target: https://pypi.org/project/cheroot
        
        .. 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: https://cheroot.cherrypy.org/en/latest/?badge=latest
        
        .. image:: https://img.shields.io/badge/StackOverflow-Cheroot-blue.svg
           :target: https://stackoverflow.com/questions/tagged/cheroot+or+cherrypy
        
        .. image:: https://img.shields.io/gitter/room/cherrypy/cherrypy.svg
           :target: https://gitter.im/cherrypy/cherrypy
        
        .. image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
           :target: http://makeapullrequest.com/
        
        .. image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcherrypy%2Fcheroot.svg?type=shield
           :target: https://app.fossa.io/projects/git%2Bgithub.com%2Fcherrypy%2Fcheroot?ref=badge_shield
           :alt: 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
        <https://github.com/cherrypy/cherrypy/blob/master/.github/CONTRIBUTING.rst>`_.
        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
        <https://opensource.guide/how-to-contribute/>`_ article by GitHub :rocket:
        
        
        License
        =======
        .. image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcherrypy%2Fcheroot.svg?type=large
           :target: https://app.fossa.io/projects/git%2Bgithub.com%2Fcherrypy%2Fcheroot?ref=badge_large
           :alt: FOSSA Status
        
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 :: 3.7
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.*
Provides-Extra: docs
Provides-Extra: testing
