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 <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 <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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

eqversion-0.1.0-py3-none-any.whl (4.9 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