{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/19"},{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/5"},{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/5"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/4"},{"label":"Code Generators","url":"https://skillfed.io/packages/category/software-development-code-generators"},{"label":"Software Distribution","url":"https://skillfed.io/packages/category/system-software-distribution"},{"label":"Installation/Setup","url":"https://skillfed.io/packages/category/system-installation-setup"}],"enrichment":{"capability":"pyrig scaffolds, initializes, and maintains Python projects with standardized configuration, CLI generation, testing infrastructure, and CI/CD automation.","skillfed_tags":["project-scaffolding","ci-cd-automation","dev-tools"],"use_cases":["Quickly initialize a new Python project with all standard dev tools, linting, formatting, and testing already configured.","Generate and maintain a CLI for your project automatically, adding new commands without manual scaffolding.","Set up GitHub Actions workflows and repository protection rules for CI/CD in one step.","Keep test skeletons synchronized with your source modules as your project evolves.","Customize project configuration by subclassing pyrig's file management classes without editing configuration files directly."],"what_it_does":"pyrig is a project initialization and maintenance tool that generates a complete, fully configured Python project structure in one command. It scaffolds standardized directories, installs and configures development tools (linters, formatters, type checkers, test frameworks, git hooks), sets up GitHub Actions CI/CD pipelines with repository protection, and generates a working CLI for your project. It treats all configuration files as data structures with validation, allowing you to override behavior through subclassing.\n\nThe tool is designed for developers who want to start new Python projects without manual boilerplate setup. It automates configuration management, generates test skeletons that stay in sync with your source code, and provides commands to generate new CLI commands, custom configuration classes, and other project artifacts. It requires Python 3.12+, Git, and the uv package manager.","worth_installing":"Yes, if you are starting a new Python project and want to eliminate boilerplate setup. pyrig is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and requires only standard modern dependencies. The 1-day-old release and active commits suggest ongoing development. Start with `uv init` and `uv add pyrig --dev` to test it on a new project."},"id":"pyrig","links":{"html":"https://skillfed.io/packages/pyrig","md":"https://skillfed.io/packages/pyrig.md","pypi":"https://pypi.org/project/pyrig/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":"MIT","license_treatment":"permissive","name":"pyrig","python_support":"supports_current","summary":"A tool that standardizes and automates Python project setup, configuration, development, and maintenance."},"popularity":{"monthly_downloads":120566,"position":12019,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"18.57.2"}
