{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/2"}],"enrichment":{"capability":"Builds CLI tools by auto-discovering Python functions in a repository's tools package and exposing them as command-line commands with argparse-based argument handling.","skillfed_tags":["cli-framework","task-automation","repository-tools"],"use_cases":["Define repository-level automation scripts (deployment, testing, VM management) as discoverable CLI commands.","Build task runners for development workflows without writing raw argparse boilerplate.","Create hierarchical command structures from Python functions in a tools package.","Share command definitions across team members via a tools package in version control.","Organize local development tasks into a unified CLI interface."],"what_it_does":"Python Tools Scripts is a CLI framework that discovers Python functions in a repository's tools package and automatically exposes them as command-line commands. It uses argparse under the hood and relies on decorators to define command groups and individual commands with their arguments. You define functions in tools modules, decorate them to register as commands, and the framework generates a full CLI with help text, argument parsing, and subcommand hierarchies.\n\nIt's designed for repository-level automation\u2014tasks like VM management, deployment, testing, or local development workflows. The framework handles argument definition, type hints, and context passing to commands. Dependencies include attrs, pydantic, rich, requests, filelock, and typing-extensions, all of which are widely maintained. The package itself is dormant since 2024-02-29, so it is stable but not actively developed.","worth_installing":"Yes, if you need a lightweight CLI framework for repository automation and are comfortable with dormant maintenance. The package is stable, has low install friction, and uses well-maintained dependencies. It is not suitable if you require active bug fixes, new features, or ongoing support\u2014the last release was 2024-02-29 with no subsequent commits. Consider it for established projects where the CLI is unlikely to need frequent changes."},"id":"python-tools-scripts","links":{"html":"https://skillfed.io/packages/python-tools-scripts","md":"https://skillfed.io/packages/python-tools-scripts.md","pypi":"https://pypi.org/project/python-tools-scripts/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-02-29","license_spdx":null,"license_treatment":"permissive","name":"python-tools-scripts","python_support":"supports_current","summary":"Python Tools Scripts"},"popularity":{"monthly_downloads":586237,"position":5882,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.20.5"}
