PasteScript is a pluggable command-line frontend, including commands to setup package file layouts. Current version 3.7.0, supports Python >=3.8. Release cadence is low; it is in maintenance mode.
pip install pastescriptVerified import paths — ran on the pinned version, not inferred.
Quick start: Import the command class and run a paster command programmatically.
Use 'pastescript3' or migrate to a different CLI framework.
Upgrade to Python 3.8 or later.
Use 'import paste.script' or 'from paste.script import ...' as the package installs as a namespace part of 'paste'.
Use 'import paste.script' instead of 'import pastescript'.
Use 'from paste.script.command import PasteScriptCommand'.
No dependency data recorded yet.