internal/tools/: pastedeploy-3.1.0 metadata and description

Homepage Simple index

Load, configure, and compose WSGI applications and servers

author Ian Bicking
author_email pylons-discuss@googlegroups.com
classifiers
  • Development Status :: 6 - Mature
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.7
  • 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
  • Topic :: Internet :: WWW/HTTP
  • Topic :: Internet :: WWW/HTTP :: Dynamic Content
  • Topic :: Internet :: WWW/HTTP :: WSGI
  • Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
  • Topic :: Software Development :: Libraries :: Python Modules
  • Framework :: Paste
description_content_type text/x-rst
keywords web,wsgi,application,server
license MIT
maintainer Michael Merickel
maintainer_email pylons-discuss@googlegroups.com
project_urls
  • Documentation, https://docs.pylonsproject.org/projects/pastedeploy/en/latest/
  • Changelog, https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html
  • Issue Tracker, https://github.com/Pylons/pastedeploy/issues
provides_extras testing
requires_dist
  • importlib-metadata; python_version < "3.8"
  • Paste; extra == "paste"
  • Sphinx>=1.7.5; extra == "docs"
  • pylons-sphinx-themes; extra == "docs"
  • Paste; extra == "testing"
  • pytest; extra == "testing"
  • pytest-cov; extra == "testing"
requires_python >=3.7
File Tox results History
PasteDeploy-3.1.0-py3-none-any.whl
Size
17 KB
Type
Python Wheel
Python
3
PasteDeploy-3.1.0.tar.gz
Size
37 KB
Type
Source

This tool provides code to load WSGI applications and servers from URIs. These URIs can refer to Python eggs for INI-style configuration files. Paste Script provides commands to serve applications based on this configuration file.

The latest version is available on GitHub (or download a wheel or tarball from PyPI).

For the latest changes see the news file.