Metadata-Version: 2.1
Name: PasteScript
Version: 3.4.0
Summary: A pluggable command-line frontend, including commands to setup package file layouts
Home-page: https://pastescript.readthedocs.io/
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: MIT
Keywords: web wsgi setuptools framework command-line setup
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Paste
License-File: AUTHORS
Requires-Dist: Paste >=3.0
Requires-Dist: PasteDeploy
Requires-Dist: six
Requires-Dist: setuptools
Provides-Extra: cheetah
Requires-Dist: Cheetah ; extra == 'cheetah'
Provides-Extra: config
Requires-Dist: PasteDeploy ; extra == 'config'
Provides-Extra: flup
Requires-Dist: Flup ; extra == 'flup'
Provides-Extra: paste
Requires-Dist: PasteDeploy ; extra == 'paste'
Requires-Dist: Cheetah ; extra == 'paste'
Provides-Extra: templating
Provides-Extra: wsgiutils
Requires-Dist: WSGIserver ; extra == 'wsgiutils'

PasteScript is a pluggable command-line tool.

**Note**: Paste Script is being maintained on life support. That
means that critical bugs will be fixed, and support for new versions
of Python will be handled, but other than that new features are not
being considered.

It includes some built-in features;

* Create file layouts for packages.  For instance, ``paster create
  --template=basic_package MyPackage`` will create a `setuptools
  <https://pythonhosted.org/setuptools/>`_-ready
  file layout.

* Serving up web applications, with configuration based on
  `paste.deploy <https://docs.pylonsproject.org/projects/pastedeploy>`_.

The latest version is available in a `GitHub repository
<https://github.com/cdent/pastescript/>`_.

For the latest changes see the `news file
<https://pastescript.readthedocs.io/en/latest/news.html>`_.
