waitress

View on PyPIReverse Dependencies (412)

3.0.0 waitress-3.0.0-py3-none-any.whl

Wheel Details

Project: waitress
Version: 3.0.0
Filename: waitress-3.0.0-py3-none-any.whl
Download: [link]
Size: 56698
MD5: 9b1f1455993daa175ad179971c6f4e1e
SHA256: 2a06f242f4ba0cc563444ca3d1998959447477363a2d7e9b8b4d75d35cfd1669
Uploaded: 2024-02-04 23:33:53 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: waitress
Version: 3.0.0
Summary: Waitress WSGI server
Author: Zope Foundation and Contributors
Author-Email: zope-dev[at]zope.org
Maintainer: Pylons Project
Maintainer-Email: pylons-discuss[at]googlegroups.com
Home-Page: https://github.com/Pylons/waitress
Project-Url: Documentation, https://docs.pylonsproject.org/projects/waitress/en/latest/index.html
Project-Url: Changelog, https://docs.pylonsproject.org/projects/waitress/en/latest/index.html#change-history
Project-Url: Issue Tracker, https://github.com/Pylons/waitress/issues
License: ZPL 2.1
Keywords: waitress wsgi server http
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Requires-Python: >=3.8.0
Requires-Dist: Sphinx (>=1.8.1); extra == "docs"
Requires-Dist: docutils; extra == "docs"
Requires-Dist: pylons-sphinx-themes (>=1.0.9); extra == "docs"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: coverage (>=5.0); extra == "testing"
Provides-Extra: docs
Provides-Extra: testing
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
[Description omitted; length: 2355 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
waitress/__init__.py sha256=XucLsghawSMTlUAAZ6ToN5qKZyJNv3iolYYgx812a5o 1370
waitress/__main__.py sha256=52WJIrYKadsGi0G93jEMCfaBXaVQluHy4XBmfTLT-6o 75
waitress/adjustments.py sha256=8e0AqCF6efXT7e2tgrLMi0JgedMWeDlxR2DsmjqK6hI 17907
waitress/buffers.py sha256=UL8VJE2QVqlOSqbjDLl6kVoC1IQ2EWi9IbhUJQxezIk 9327
waitress/channel.py sha256=aG2MsWF1ohan7AZjNKg8_UcII_n61N4VVjzW_grHqOY 19004
waitress/compat.py sha256=ye7vBv0SLXicjJ62ALYrl863MUwis9PKqbhsjiASSSA 867
waitress/parser.py sha256=88KUY31JztMnuXI46POHFL5yYHuJ5ZCczV8Aj6UQtjM 15579
waitress/proxy_headers.py sha256=658TlTIuDIss_A3BdTSmImjB8wSj5LzshfkYULiATKw 11811
waitress/receiver.py sha256=5LSQPVJabWrytwZwaKKiHgG80WXPo_VLK6tNxSmhz6I 5897
waitress/rfc7230.py sha256=D1_kVeCJa3G-u4jAniZieFTMe3xrMavTjQDEbj9SBfo 2525
waitress/runner.py sha256=a9bNwYAxl_rgXSi--JVQpwvDIArwuZBGgVDxFMwuamE 9334
waitress/server.py sha256=B2F-fJC_bRO0cDaRERpy1Nj4-xjQoPYnW897lwX7kO4 13749
waitress/task.py sha256=HofupzJUIuMfuT63dKhtG7Fks6pWViWsZRa8Zru3o4E 21895
waitress/trigger.py sha256=mPyHW_yUC3Yn-ibIIWwTWYqRe0DJeuaTK6ivOY2o_3E 7811
waitress/utilities.py sha256=19JDxMhIMj78AO-BBQP_ty31qTXVIEpWvjyo9K2BK70 6356
waitress/wasyncore.py sha256=HIz8XfDGWx7U9fvR6aOZVbk9FH41hVosW6oLSmPWnlo 21038
waitress-3.0.0.dist-info/LICENSE.txt sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw 2070
waitress-3.0.0.dist-info/METADATA sha256=LcIRiiQFPBQfYWZELvGinG7VDEEob2Rwxs50fHvzhfE 4205
waitress-3.0.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
waitress-3.0.0.dist-info/entry_points.txt sha256=tDR8epG2g4I70Lak9d-1qTHbCfBzZd5FDEScAkVuH_E 106
waitress-3.0.0.dist-info/top_level.txt sha256=_kFnXYtDXvRWHSXprH53h56AM2jDfY-Y7sgIakVEImI 9
waitress-3.0.0.dist-info/RECORD

top_level.txt

waitress

entry_points.txt

waitress-serve = waitress.runner:run
main = waitress:serve_paste