Skip to main content

Python package versioning made simple

Project description

Current Version Build Status Coverage Requirements Status Vulnerabililtes Status Updates Python 3

Python package versioning made simple

NOTE: this is a fork of the original rocktavious/pyversion. This version has been upgraded to support python3.x

Quickstart

Feeling impatient? I like your style.

In your setup.py file

setup(
    ...
    setup_requires = ['pyversion'],
    auto_version = True,
    ...
)

On the command line

python setup.py increment tag register sdist upload

PBR

If you are also using the openstack PBR package pyversion supports this as well just modify your setup.py file

setup(
    setup_requires = [
        'pbr',
        'pyversion'
    ],
    pbr = True,
    auto_version = "PBR",
)

Installation

Download and install using pip install pyversion

CLI

The package also comes with a cli command that can be used to determine what the current version the package sees for your package

usage:

>>> pyversion <name of your package>
1.2.3

Developing

To develop on this project, please take a fork of then and submit a pull requeest once changes are ready.

This package makes of of pipenv for installing and dependency maintainence. If publishing to pypi, rememeber to update requirements.txt and test-requirements.txt as follows:

pipenv install –dev -ignore-pipfile > requirements.txt pipenv lock –requirements > requirements.txt

Also remember to run tox in the base directory to run black, linter and other tests.

You can also run tox to perform black formatting, linting and testing. To test build and upload to test.pypi.org use: tox -e testrelease

To build and upload to production use: tox -e release will release to pypi a new version

Travis is in use for CI, so you can also run: travis-lint .travis.yml

Or use the below to manully upload: python setup.py sdist bdist_wheel twine upload dist/*

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

pyversion-0.5.7.tar.gz (16.2 kB view details)

Uploaded Source

Built Distributions

pyversion-0.5.7-py3.7.egg (15.7 kB view details)

Uploaded Source

pyversion-0.5.7-py2.py3-none-any.whl (8.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyversion-0.5.7.tar.gz.

File metadata

  • Download URL: pyversion-0.5.7.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.0

File hashes

Hashes for pyversion-0.5.7.tar.gz
Algorithm Hash digest
SHA256 fcff2d51f2d9547121e4e1b19755f1747cf8abb92f51385df906bc3409e2bfe1
MD5 3c165bb0c60944e1fb271e4cfef443d5
BLAKE2b-256 5092dabfffa81841dd0ed65db333385c6718e810f38ff27bc003257cb8743015

See more details on using hashes here.

File details

Details for the file pyversion-0.5.7-py3.7.egg.

File metadata

  • Download URL: pyversion-0.5.7-py3.7.egg
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.0

File hashes

Hashes for pyversion-0.5.7-py3.7.egg
Algorithm Hash digest
SHA256 ecc069e70bb78eb9ccfcdfa462dcd29aad71b6a8ab3623628782f8b02e2c8d5b
MD5 2f2e21526a35d730afbad6ea3d83df1e
BLAKE2b-256 a0fa694e1c04e641b48c130b2b740e0e8cf25dd762b826fddba807ac88a8c3dc

See more details on using hashes here.

File details

Details for the file pyversion-0.5.7-py2.py3-none-any.whl.

File metadata

  • Download URL: pyversion-0.5.7-py2.py3-none-any.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.0

File hashes

Hashes for pyversion-0.5.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ad37fb62b91384368dd24b18ee3479516ac27642f9af4d2bbf21a2656cfba575
MD5 8e5c9df0592b29f33f783535f4641566
BLAKE2b-256 7a757bc8471ef8c66e9cae88282d520ace4a8af16938cf165c8f6639c9c2da51

See more details on using hashes here.

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