Pyrig – A tool that automates project setup and maintenance
SMRTR summary
pyrig is a Python project scaffolding tool that spins up a fully configured, working project with a single command. It handles directory structure, dev tooling (linters, formatters, type checkers, git hooks), CI/CD via GitHub Actions, and even auto-generates a CLI and test skeletons. Config files are backed by Python classes, making overrides and customization straightforward through subclassing.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article