waitress

View on PyPIReverse Dependencies (467)

3.0.2 waitress-3.0.2-py3-none-any.whl

Wheel Details

Project: waitress
Version: 3.0.2
Filename: waitress-3.0.2-py3-none-any.whl
Download: [link]
Size: 56232
MD5: 5fc22c8e278c68809bfcc9b85824c680
SHA256: c56d67fd6e87c2ee598b76abdd4e96cfad1f24cacdea5078d382b1f9d7b5ed2e
Uploaded: 2024-11-16 20:02:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: waitress
Version: 3.0.2
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
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.9.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 (>=7.6.0); extra == "testing"
Provides-Extra: docs
Provides-Extra: testing
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
[Description omitted; length: 3911 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.5.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=a0RxP9OPiRfm0ppas10VeSmdWCmAvPXTkN97cOgBghU 19440
waitress/compat.py sha256=ye7vBv0SLXicjJ62ALYrl863MUwis9PKqbhsjiASSSA 867
waitress/parser.py sha256=88KUY31JztMnuXI46POHFL5yYHuJ5ZCczV8Aj6UQtjM 15579
waitress/proxy_headers.py sha256=-hYmOw1ObedYUKrqNwN4LZmbGvKrZym7FywEv2NDBw4 12336
waitress/receiver.py sha256=5LSQPVJabWrytwZwaKKiHgG80WXPo_VLK6tNxSmhz6I 5897
waitress/rfc7230.py sha256=D1_kVeCJa3G-u4jAniZieFTMe3xrMavTjQDEbj9SBfo 2525
waitress/runner.py sha256=HHPzjFmY16M-k-gIKNDNrMWNuEoX_dIH-95p4oh-4Lw 7615
waitress/server.py sha256=k_pgCGy1uXnRdr_qejkOZ5A9jxdFRoq7hNBDMi0j5sA 13752
waitress/task.py sha256=_DDX60_eYTSQlEIO-Dpldd3xUy807lsiU-3shuqphKA 21847
waitress/trigger.py sha256=mPyHW_yUC3Yn-ibIIWwTWYqRe0DJeuaTK6ivOY2o_3E 7811
waitress/utilities.py sha256=19JDxMhIMj78AO-BBQP_ty31qTXVIEpWvjyo9K2BK70 6356
waitress/wasyncore.py sha256=rHghsRsZKhlXFuyzrNdCtN2wL8ZCdXfNekPsZEMjBms 18910
waitress-3.0.2.dist-info/LICENSE.txt sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw 2070
waitress-3.0.2.dist-info/METADATA sha256=EDqZO2ccMzxGfNr-HRr0YAk9MIRq24ian5_ZgEdt93o 5764
waitress-3.0.2.dist-info/WHEEL sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY 91
waitress-3.0.2.dist-info/entry_points.txt sha256=tDR8epG2g4I70Lak9d-1qTHbCfBzZd5FDEScAkVuH_E 106
waitress-3.0.2.dist-info/top_level.txt sha256=_kFnXYtDXvRWHSXprH53h56AM2jDfY-Y7sgIakVEImI 9
waitress-3.0.2.dist-info/RECORD

top_level.txt

waitress

entry_points.txt

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