Skip to main content

EQversion maintains the pyproject.toml and __init__.py (from the main package) versions in the same way.

Project description

The purpose of EQVersion is to remove the change redundancy in the project version in two places, in the pyproject.toml and in the __init__.py of the main package. EQVersion is especially for those who work with Poetry.

Using:

In a project using Poetry and an active virtual environment, add EQVersion as a development dependency:

$ poetry add eqversion --dev

Now simply run the command below for the versions to be matched:

$ eqversion

Specifying a package:

By default, EQVersion takes the name of the main package via pyproject.toml, in the key name, but it may happen that the name of the main package is not the same as in pyproject.toml. If this happens, the –package option should be used to specify the main package:

$ eqversion --package=<PACKAGE MAIN NAME>

Using with tests:

You must call EQVersion before performing your tests.

Example of tox.ini file:

[tox]
isolated_build = True

[testenv]
setenv =
    PYTHONPATH = {toxinidir}
deps =
    poetry
commands =
    pip install --upgrade pip
    poetry install
    poetry run eqversion
;   Or use the named option:
;   poetry run eqversion --package=<PACKAGE MAIN NAME>
    poetry run pytest --basetemp={envtmpdir}

Donation

If you liked my work, buy me a coffee <3

https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif

License

The gem is available as open source under the terms of the MIT License ©

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

eqversion-0.1.3.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

eqversion-0.1.3-py3-none-any.whl (5.3 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