internal/tools/: waitress-3.0.0 metadata and description

Homepage Simple index

Waitress WSGI server

author Zope Foundation and Contributors
author_email zope-dev@zope.org
classifiers
  • Development Status :: 6 - Mature
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • License :: OSI Approved :: Zope Public License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
  • Operating System :: OS Independent
  • Topic :: Internet :: WWW/HTTP
  • Topic :: Internet :: WWW/HTTP :: WSGI
description_content_type text/x-rst
keywords waitress wsgi server http
license ZPL 2.1
maintainer Pylons Project
maintainer_email pylons-discuss@googlegroups.com
project_urls
  • Documentation, https://docs.pylonsproject.org/projects/waitress/en/latest/index.html
  • Changelog, https://docs.pylonsproject.org/projects/waitress/en/latest/index.html#change-history
  • Issue Tracker, https://github.com/Pylons/waitress/issues
provides_extras docs
requires_dist
  • pytest; extra == "testing"
  • pytest-cov; extra == "testing"
  • coverage>=5.0; extra == "testing"
  • Sphinx>=1.8.1; extra == "docs"
  • docutils; extra == "docs"
  • pylons-sphinx-themes>=1.0.9; extra == "docs"
requires_python >=3.8.0
File Tox results History
waitress-3.0.0-py3-none-any.whl
Size
55 KB
Type
Python Wheel
Python
3
waitress-3.0.0.tar.gz
Size
175 KB
Type
Source
latest version of waitress on PyPI https://github.com/Pylons/waitress/actions/workflows/ci-tests.yml/badge.svg main Documentation Status

Waitress is a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library. It runs on CPython on Unix and Windows under Python 3.8+. It is also known to run on PyPy 3 (version 3.8 compatible python and above) on UNIX. It supports HTTP/1.0 and HTTP/1.1.

For more information, see the “docs” directory of the Waitress package or visit https://docs.pylonsproject.org/projects/waitress/en/latest/

3.0.0 (2024-02-04)

Updated Defaults