A build help tool
Project description
Introduction
This is a simple CLI that allows you to update package versions during development. It creates a versions file that you can incorporate in your About Dialog.
This command has to be run solely during development and in the virtual environment of the target py2app application.
Install pkgversions in your virtual environment
This utility is distributed via pypi packages.
Install like this:
pip3 install pkgversions
##How to use
pkgversions --help
Usage: pkgversions [OPTIONS]
For best results install this command in the virtual environment that
contains the packages that you intend to query
Options:
-p, --package-file PATH location of packages list file
-o, --versions-file PATH location of generated versions file
--version Show the version and exit.
--help Show this message and exit.
Format of Package File
This file is the name of the python packages one per line
For example:
todoist-python
PyGithub
Format of Versions File
The utility creates a versions file one line per package name with the version number.
For example:
todoist-python=8.1.3
PyGithub=1.54.1
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
Built Distribution
File details
Details for the file pkgversions-0.2.2.tar.gz
.
File metadata
- Download URL: pkgversions-0.2.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ff0f688a4f75d78c303c34a9712dd8eae3f3fdaac3add68d81899471f5b45c1 |
|
MD5 | 5ae8baa572745611ec2e2a2b9ea09f82 |
|
BLAKE2b-256 | f9440b3e637236526002adac5996f9a91ecd87d2fc899d4449aadd9d74a5b6a8 |
File details
Details for the file pkgversions-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: pkgversions-0.2.2-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 433b04a8b617efc5f8a4f9f16d87da163a7055fc734f48f312620435dbe56edf |
|
MD5 | 86525dc6a4c5546cc5e36e4cc27d3ccd |
|
BLAKE2b-256 | 457af4606f26fba0a37617af01d19e1709b229870c57137ed46a7bc946c7d4d9 |