{"library":"pastescript","title":"PasteScript","description":"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.","language":"python","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["pip install pastescript"],"cli":{"name":"paster","version":"PasteScript 3.7.0 from /usr/local/lib/python3.11/site-packages (python 3.11.15 (main, Mar 16 2026, 23:07:56) [GCC 14.2.0])"}},"imports":["import paste.script","from paste.script.command import PasteScriptCommand"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from paste.script.command import PasteScriptCommand\nimport os\n\n# Example: run a simple command\ncmd = PasteScriptCommand()\ncmd.run(['paster', '--version'])","lang":"python","description":"Quick start: Import the command class and run a paster command programmatically.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}