Metadata-Version: 2.1
Name: cheroot
Version: 8.3.0
Summary: Highly-optimized, pure-python HTTP server
Home-page: https://cheroot.cherrypy.org
Author: CherryPy Team
Author-email: team@cherrypy.org
License: UNKNOWN
Project-URL: CI: AppVeyor, https://ci.appveyor.com/project/cherrypy/cheroot
Project-URL: CI: Circle, https://circleci.com/gh/cherrypy/cheroot
Project-URL: CI: GitHub, https://github.com/cherrypy/cheroot/actions
Project-URL: CI: Travis, https://travis-ci.com/cherrypy/cheroot
Project-URL: Docs: RTD, https://cheroot.cherrypy.org
Project-URL: GitHub: issues, https://github.com/cherrypy/cheroot/issues
Project-URL: GitHub: repo, https://github.com/cherrypy/cheroot
Description: .. image:: https://img.shields.io/pypi/v/cheroot.svg
           :target: https://pypi.org/project/cheroot
        
        .. image:: https://tidelift.com/badges/package/pypi/cheroot
           :target: https://tidelift.com/subscription/pkg/pypi-cheroot?utm_source=pypi-cheroot&utm_medium=readme
           :alt: Cheroot is available as part of the Tidelift Subscription
        
        .. image:: https://img.shields.io/travis/com/cherrypy/cheroot/master.svg?logo=travis&label=Linux%20build%20%40%20Travis%20CI
           :target: https://travis-ci.com/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://github.com/cherrypy/cheroot/workflows/Test%20suite/badge.svg
           :target: https://github.com/cherrypy/cheroot/actions?query=workflow%3A%22Test+suite%22+branch%3Amaster
           :alt: GitHub Actions Workflow — Test suite
        
        .. image:: https://github.com/cherrypy/cheroot/workflows/Code%20quality/badge.svg
           :target: https://github.com/cherrypy/cheroot/actions?query=workflow%3A%22Code+quality%22+branch%3Amaster
           :alt: GitHub Actions Workflow — Code quality
        
        .. 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.
        
        For Enterprise
        ==============
        
        Cheroot is available as part of the Tidelift Subscription.
        
        The CherryPy maintainers and the maintainers of thousands of other packages
        are working with Tidelift to deliver one enterprise subscription that covers
        all of the open source you use.
        
        `Learn more <https://tidelift.com/subscription/pkg/pypi-cheroot?utm_source=pypi-cheroot&utm_medium=referral&utm_campaign=github>`_.
        
        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 🎉
        
        Oh, and be pythonic, please 🐍
        
        **Don't know how?** Check out `How to Contribute to Open Source
        <https://opensource.guide/how-to-contribute/>`_ article by GitHub 🚀
        
        
        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
        
Keywords: http,server,ssl,wsgi
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 :: 3.8
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: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7
Provides-Extra: docs
Provides-Extra: testing
