[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://badge.fury.io/py/pkgversions.svg)](https://badge.fury.io/py/pkgversions)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![macOS](https://svgshare.com/i/ZjP.svg)](https://svgshare.com/i/ZjP.svg)
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
## 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](https://pypi.org/project/pkgversions/) packages.
Install like this:
```commandline
pip3 install pkgversions
```
##How to use
```commandline
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:
```text
todoist-python
PyGithub
```
## Format of Versions File
The utility creates a versions file one line per package name with the version number.
For example:
```properties
todoist-python=8.1.3
PyGithub=1.54.1
```
Raw data
{
"_id": null,
"home_page": "https://github.com/hasii2011/pkgversions",
"name": "pkgversions",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "Humberto.A.Sanchez.II@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/f9/44/0b3e637236526002adac5996f9a91ecd87d2fc899d4449aadd9d74a5b6a8/pkgversions-0.2.2.tar.gz",
"platform": null,
"description": "[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PyPI version](https://badge.fury.io/py/pkgversions.svg)](https://badge.fury.io/py/pkgversions)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)\n[![macOS](https://svgshare.com/i/ZjP.svg)](https://svgshare.com/i/ZjP.svg)\n\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)\n\n## Introduction\nThis 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.\n\nThis command has to be run solely during development and in the virtual environment of the \ntarget py2app application.\n\n## Install pkgversions in your virtual environment\nThis utility is distributed via [pypi](https://pypi.org/project/pkgversions/) packages.\n\nInstall like this:\n```commandline\npip3 install pkgversions\n```\n\n\n##How to use\n```commandline\npkgversions --help\nUsage: pkgversions [OPTIONS]\n\n For best results install this command in the virtual environment that\n contains the packages that you intend to query\n\nOptions:\n -p, --package-file PATH location of packages list file\n -o, --versions-file PATH location of generated versions file\n --version Show the version and exit.\n --help Show this message and exit.\n```\n\n## Format of Package File\nThis file is the name of the python packages one per line\n\nFor example:\n\n```text\ntodoist-python\nPyGithub\n```\n\n## Format of Versions File\nThe utility creates a versions file one line per package name with the version number.\n\nFor example:\n```properties\ntodoist-python=8.1.3\nPyGithub=1.54.1\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "A build help tool",
"version": "0.2.2",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "86525dc6a4c5546cc5e36e4cc27d3ccd",
"sha256": "433b04a8b617efc5f8a4f9f16d87da163a7055fc734f48f312620435dbe56edf"
},
"downloads": -1,
"filename": "pkgversions-0.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "86525dc6a4c5546cc5e36e4cc27d3ccd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5452,
"upload_time": "2022-05-30T14:55:12",
"upload_time_iso_8601": "2022-05-30T14:55:12.932416Z",
"url": "https://files.pythonhosted.org/packages/45/7a/f4606f26fba0a37617af01d19e1709b229870c57137ed46a7bc946c7d4d9/pkgversions-0.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "5ae8baa572745611ec2e2a2b9ea09f82",
"sha256": "0ff0f688a4f75d78c303c34a9712dd8eae3f3fdaac3add68d81899471f5b45c1"
},
"downloads": -1,
"filename": "pkgversions-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "5ae8baa572745611ec2e2a2b9ea09f82",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4562,
"upload_time": "2022-05-30T14:55:14",
"upload_time_iso_8601": "2022-05-30T14:55:14.431076Z",
"url": "https://files.pythonhosted.org/packages/f9/44/0b3e637236526002adac5996f9a91ecd87d2fc899d4449aadd9d74a5b6a8/pkgversions-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-05-30 14:55:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "hasii2011",
"github_project": "pkgversions",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "setuptools",
"specs": [
[
"==",
"62.3.2"
]
]
},
{
"name": "twine",
"specs": [
[
"==",
"4.0.0"
]
]
},
{
"name": "wheel",
"specs": [
[
"==",
"0.37.1"
]
]
},
{
"name": "click",
"specs": [
[
"==",
"8.1.3"
]
]
},
{
"name": "build",
"specs": [
[
"==",
"0.8.0"
]
]
}
],
"lcname": "pkgversions"
}