1This tool provides code to load WSGI applications and servers from
2URIs. These URIs can refer to Python eggs for INI-style configuration
3files.  `Paste Script <https://github.com/cdent/pastescript>`_ provides
4commands to serve applications based on this configuration file.
5
6The latest version is available on `GitHub
7<https://github.com/Pylons/pastedeploy/>`_ (or download a wheel or tarball from
8`PyPI <https://pypi.org/project/PasteDeploy/#files>`_).
9
10For the latest changes see the `news file
11<https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html>`_.
12