gituser/production/: cheroot-8.2.1 metadata and description
Homepage
Simple index
Highly-optimized, pure-python HTTP server
| author |
CherryPy Team |
| author_email |
team@cherrypy.org |
| classifiers |
- Development Status :: 5 - Production/Stable
- Environment :: Web Environment
- Intended Audience :: Developers
- Operating System :: OS Independent
- Framework :: CherryPy
- License :: OSI Approved :: BSD License
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.4
- Programming Language :: Python :: 3.5
- Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: Implementation
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: Jython
- Programming Language :: Python :: Implementation :: PyPy
- Topic :: Internet :: WWW/HTTP
- Topic :: Internet :: WWW/HTTP :: HTTP Servers
- Topic :: Internet :: WWW/HTTP :: WSGI
- Topic :: Internet :: WWW/HTTP :: WSGI :: Server
|
| keywords |
http,server,ssl,wsgi |
| project_urls |
- CI: AppVeyor, https://ci.appveyor.com/project/cherrypy/cheroot
- CI: Travis, https://travis-ci.org/cherrypy/cheroot
- CI: Circle, https://circleci.com/gh/cherrypy/cheroot
- Docs: RTD, https://cheroot.cherrypy.org
- GitHub: issues, https://github.com/cherrypy/cheroot/issues
- GitHub: repo, https://github.com/cherrypy/cheroot
|
| requires_dist |
- six (>=1.11.0)
- more-itertools (>=2.6)
- jaraco.functools
- backports.functools-lru-cache ; python_version < "3.3"
- sphinx (>=1.8.2) ; extra == 'docs'
- rst.linker (>=1.9) ; extra == 'docs'
- jaraco.packaging (>=3.2) ; extra == 'docs'
- sphinx-tabs (>=1.1.0) ; extra == 'docs'
- docutils ; extra == 'docs'
- alabaster ; extra == 'docs'
- collective.checkdocs ; extra == 'docs'
- pytest (>=2.8) ; extra == 'testing'
- pytest-mock (>=1.11.0) ; extra == 'testing'
- pytest-sugar (>=0.9.1) ; extra == 'testing'
- pytest-testmon (>=0.9.7) ; extra == 'testing'
- pytest-watch (==4.2.0) ; extra == 'testing'
- pytest-xdist (>=1.28.0) ; extra == 'testing'
- coverage (==4.5.3) ; extra == 'testing'
- codecov (==2.0.15) ; extra == 'testing'
- pytest-cov (==2.7.1) ; extra == 'testing'
- trustme (>=0.4.0) ; extra == 'testing'
- pyopenssl ; extra == 'testing'
- requests-unixsocket ; extra == 'testing'
- urllib3 (>=1.25) ; (python_version != "3.4") and extra == 'testing'
- urllib3 (<1.25) ; (python_version == "3.4") and extra == 'testing'
|
| requires_python |
!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7 |