https://github.com/pylons/pastedeploy
provides code to load WSGI applications and servers from URIs
https://github.com/pylons/pastedeploy
Last synced: 7 months ago
JSON representation
provides code to load WSGI applications and servers from URIs
- Host: GitHub
- URL: https://github.com/pylons/pastedeploy
- Owner: Pylons
- License: mit
- Created: 2018-11-21T21:41:27.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T17:34:57.000Z (about 2 years ago)
- Last Synced: 2024-10-15T09:23:22.074Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 271 KB
- Stars: 23
- Watchers: 10
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
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
`_.