Metadata-Version: 2.1 Name: cheroot Version: 6.5.5 Summary: Highly-optimized, pure-python HTTP server Home-page: https://cheroot.cherrypy.org Author: CherryPy Team Author-email: team@cherrypy.org Project-URL: CI: AppVeyor, https://ci.appveyor.com/project/cherrypy/cheroot Project-URL: CI: Travis, https://travis-ci.org/cherrypy/cheroot Project-URL: CI: Circle, https://circleci.com/gh/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 Keywords: http,server,ssl,wsgi 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: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7 License-File: LICENSE.md Requires-Dist: backports.functools-lru-cache Requires-Dist: six >=1.11.0 Requires-Dist: more-itertools >=2.6 Provides-Extra: docs Requires-Dist: sphinx >=1.8.2 ; extra == 'docs' Requires-Dist: rst.linker >=1.9 ; extra == 'docs' Requires-Dist: jaraco.packaging >=3.2 ; extra == 'docs' Requires-Dist: sphinx-tabs >=1.1.0 ; extra == 'docs' Requires-Dist: docutils ; extra == 'docs' Requires-Dist: alabaster ; extra == 'docs' Requires-Dist: collective.checkdocs ; extra == 'docs' Provides-Extra: testing Requires-Dist: pytest >=2.8 ; extra == 'testing' Requires-Dist: pytest-mock ==1.10.4 ; extra == 'testing' Requires-Dist: pytest-sugar >=0.9.1 ; extra == 'testing' Requires-Dist: pytest-testmon >=0.9.7 ; extra == 'testing' Requires-Dist: pytest-watch ==4.2.0 ; extra == 'testing' Requires-Dist: pytest-xdist ==1.28.0 ; extra == 'testing' Requires-Dist: coverage ==4.5.3 ; extra == 'testing' Requires-Dist: codecov ==2.0.15 ; extra == 'testing' Requires-Dist: pytest-cov ==2.6.1 ; extra == 'testing' Requires-Dist: trustme >=0.4.0 ; extra == 'testing' Requires-Dist: pyopenssl ; extra == 'testing' Requires-Dist: requests-unixsocket ; extra == 'testing' Requires-Dist: urllib3 >=1.25 ; 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: 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 `_. 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 ======= .. 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