{"id":29487028,"url":"https://github.com/tomperez98/pyrgo","last_synced_at":"2025-07-15T08:05:43.860Z","repository":{"id":165775631,"uuid":"639139737","full_name":"Tomperez98/pyrgo","owner":"Tomperez98","description":"Python project manager inspired in Cargo.","archived":false,"fork":false,"pushed_at":"2024-04-03T21:06:25.000Z","size":199,"stargazers_count":43,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T19:30:57.109Z","etag":null,"topics":["cargo","dead-code","documentation","linter","mypy","package-manager","pytest","python","ruff","styleguide","testing","type-checking","uv"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pyrgo/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tomperez98.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-10T21:02:40.000Z","updated_at":"2024-10-24T00:12:59.000Z","dependencies_parsed_at":"2023-07-11T21:31:47.105Z","dependency_job_id":"ddc9e36f-3f6f-44a5-9041-ff0432962686","html_url":"https://github.com/Tomperez98/pyrgo","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/Tomperez98/pyrgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomperez98%2Fpyrgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomperez98%2Fpyrgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomperez98%2Fpyrgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomperez98%2Fpyrgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tomperez98","download_url":"https://codeload.github.com/Tomperez98/pyrgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomperez98%2Fpyrgo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265419638,"owners_count":23761848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cargo","dead-code","documentation","linter","mypy","package-manager","pytest","python","ruff","styleguide","testing","type-checking","uv"],"created_at":"2025-07-15T08:05:43.194Z","updated_at":"2025-07-15T08:05:43.850Z","avatar_url":"https://github.com/Tomperez98.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyrgo\n\n[![PyPI downloads](https://img.shields.io/pypi/dm/pyrgo.svg)](https://pypistats.org/packages/pyrgo)\n\nPython project manager inspired in [Cargo](https://doc.rust-lang.org/cargo/).\n\n**`pyrgo` does not reinvent the wheel**. It's just a unified API that leverages popular libraries to improve your development experience.\n\n- Testing:\n  - [pytest](https://docs.pytest.org/en/7.3.x/)\n- Code formatting:\n  - [ruff](https://beta.ruff.rs/docs/)\n- Code checking:\n  - [ruff](https://beta.ruff.rs/docs/)\n  - [mypy](https://mypy.readthedocs.io/en/stable/config_file.html)\n  - [vulture](https://github.com/jendrikseipp/vulture)\n- Artifacts building:\n  - [build](https://pypa-build.readthedocs.io/en/stable/)\n- Package management:\n  - [uv](https://github.com/astral-sh/uv)\n\nAll behind a unified API.\n\n```\nUsage: pyrgo [OPTIONS] COMMAND [ARGS]...\n\n  pyrgo. Python package manager.\n\nOptions:\n  -v, --version  Show the version and exit.\n  -h, --help     Show this message and exit.\n\nCommands:\n  add     Add dependency to env.\n  audit   Audit locked dependencies with `pip_audit`.\n  build   Build project with `build`.\n  check   Check code with `mypy`, `ruff` and `vulture`.\n  clean   Clean project repository.\n  doc     Build a package's documentation with `pdoc`.\n  fix     Automatically fix lint warnings reported by `ruff`.\n  fmt     Format code with `ruff`.\n  lock    Lock project dependencies with `uv`.\n  new     Create a project.\n  remove  Remove dependency from env.\n  sync    Sync current python environment to locked deps using `uv`.\n  test    Run tests with `pytest`.\n```\n\nThe minimal pyrgo project structure, as well as python project structure is this one:\n\n```bash\n.\n├── README.md\n├── pkg\n│   └── __init__.py\n├── pyproject.toml\n└── tests\n    └── test_something.py\n```\n\n\nFew extra configurations\n\n```toml\n[tool.pyrgo]\nextra-paths = [\"scripts\"]\nextra-caches = [\".coverage\"]\nvulture-allowlist = \".allowlist\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomperez98%2Fpyrgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomperez98%2Fpyrgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomperez98%2Fpyrgo/lists"}