A Python Package Helper command-line tool

pypahe

Bonjour Software pypahe is a Python Package Helper command-line tool.

Requirements

Usage

  • print the latest available version of a given package:

    docker run bonjoursoftware/pypahe latest boto3

  • print a given Pipfile or Poetry pyproject where all packages have been upgraded to their latest versions:

    docker run bonjoursoftware/pypahe upgrade “$(cat /path/to/package_config)”

Tip: the Pipfile or Poetry pyproject file can be upgraded in place with:

docker run bonjoursoftware/pypahe upgrade "$(cat /path/to/package_config)" > /path/to/package_config

Tip: the --help argument also works on subcommands:

docker run bonjoursoftware/pypahe latest --help
docker run bonjoursoftware/pypahe upgrade --help

GitHub

https://github.com/bonjoursoftware/pypahe

 

 

 

To finish reading, please visit source site