--- id: pastescript version: "3.7.0" license: MIT license_treatment: permissive maintenance: dormant --- # PasteScript — A pluggable command-line frontend, including commands to setup package file layouts License: permissive · Maintenance: dormant · Downloads: 93.9K/mo ## What it is and what it does PasteScript is a command-line utility that plugs into the Paste ecosystem to automate two main tasks: generating boilerplate file layouts for Python packages (via templates like basic_package) and serving WSGI web applications using configuration files managed by Paste Deploy. It depends on Paste, PasteDeploy, and setuptools. The project has been in maintenance mode since version 3.6.0, meaning it receives critical bug fixes and Python version support updates but no new features. The maintainers have explicitly stated that existing users should prepare to migrate to more modern solutions. It is most useful for maintaining legacy systems that already use PasteScript; new projects should evaluate contemporary alternatives. Use it for: - Generating initial Python package layouts with setuptools-compatible structure for new projects. - Deploying and configuring WSGI applications that were built around the Paste framework. - Maintaining or extending existing PasteScript-based deployment pipelines in legacy codebases. - Running development servers for WSGI applications configured via Paste Deploy INI files. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. PasteScript is a command-line tool for creating Python package layouts and serving WSGI web applications with Paste Deploy configuration. No, unless you are maintaining an existing system that already depends on PasteScript. The project is dormant and in deeper maintenance mode; the maintainers recommend migration to modern solutions. For new projects, use contemporary package scaffolding tools and WSGI deployment frameworks instead. ## Install pip install pastescript uv add pastescript poetry add pastescript ## Installing PasteScript Before you install: Low install friction with a pure-Python wheel. Maintenance is dormant: the project entered deeper maintenance mode at version 3.6.0 and has not released in 569 days, accepting only security fixes and critical patches. Use only if you depend on existing PasteScript infrastructure. License in practice: MIT license is permissive and poses no restrictions on commercial or proprietary use. Quickstart: pip install PasteScript paster create --template=basic_package MyPackage Requires Python 3.8 or later; project is in maintenance mode and not actively developed. Verify before relying: - Whether the built-in package templates remain compatible with current setuptools and packaging best practices. - Whether Paste Deploy configuration format is still the recommended approach for modern WSGI application deployment. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: dormant - Downloads: 93.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags python package scaffolding tool, wsgi application server, paste deploy configuration, command-line package generator, web application deployment, setuptools project template, legacy-maintenance, wsgi-deployment [View on SkillFed](https://skillfed.io/packages/pastescript) · [View on PyPI](https://pypi.org/project/pastescript/)