Skip to main content

No project description provided

Project description

pyrgo

PyPI downloads

Python project manager inspired in Cargo.

pyrgo does not reinvent the wheel. It's just a unified API that leverages popular libraries to improve your development experience.

All behind a unified API.

Usage: pyrgo [OPTIONS] COMMAND [ARGS]...

  pyrgo. Python package manager.

Options:
  -v, --version  Show the version and exit.
  -h, --help     Show this message and exit.

Commands:
  audit  Audit locked dependencies with `pip_audit`.
  build  Build project with `build`.
  check  Check code with `mypy`, `ruff` and `vulture`.
  clean  Clean project repository.
  doc    Build a package's documentation with `pdoc`.
  fix    Automatically fix lint warnings reported by `ruff`.
  fmt    Format code with `ruff`.
  lock   Lock project dependencies with `piptools`.
  new    Create a project.
  sync   Sync current python environment to locked deps.
  test   Run tests with `pytest`.

The minimal pyrgo project structure, as well as python project structure is this one:

.
├── README.md
├── pkg
│   └── __init__.py
├── pyproject.toml
└── tests
    └── test_something.py

Few extra configurations

[tool.pyrgo]
extra-paths = ["scripts"]
extra-caches = [".coverage"]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyrgo-2.1.0.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyrgo-2.1.0-py3-none-any.whl (17.2 kB view details)

Uploaded Python 3

File details

Details for the file pyrgo-2.1.0.tar.gz.

File metadata

  • Download URL: pyrgo-2.1.0.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.7

File hashes

Hashes for pyrgo-2.1.0.tar.gz
Algorithm Hash digest
SHA256 5dd8533fd16cf1a3ae808aa7ed209c7defc81797728102a4afc59362090d34e7
MD5 75490d3df884977bcebe4dd7fd57d1f7
BLAKE2b-256 9bcfa28ab99d1f196e01221768cecd71846bf996215602182e757f3e384b088c

See more details on using hashes here.

File details

Details for the file pyrgo-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: pyrgo-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 17.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.7

File hashes

Hashes for pyrgo-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b76488619c126b4f49c71ae7558daf0a010f8a91d1c438f26fbc310a448b3356
MD5 19ab2ce28bbc562f7d21ac130b0bbbe7
BLAKE2b-256 a7dc180efb155b4f0dd79af735111ab1eb5c36814a8a786daabdde427820f1f0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page