Skip to main content

A build help tool

Project description

License: MIT PyPI version Maintenance macOS

forthebadge made-with-python

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

pkgversions-0.2.2.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

pkgversions-0.2.2-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

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