Bi-directional version.cfg <–> requirements.txt synchronization
Project description
vereqsyn
Bi-directional versions.cfg <–> requirements.txt synchronization
This program can be used to synchronize a versions.cfg
used by
zc.buildout with a requirements.txt
as used by pip.
This is be helpful to keep using zc.buildout
but get version updates via
GitHub's Dependabot.
Table of Contents
Installation
pip install vereqsyn
Usage
vereqsyn --help
vereqsyn versions.cfg requirements.txt
Constraints
versions.cfg
is the source of truth.requirements.txt
can get recreated.- So
versions.cfg
can contain comments, the ones inrequirements.txt
are lost when running recreate.
Hacking
Run the tests
hatch run cov
License
vereqsyn
is distributed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vereqsyn-1.0.tar.gz
(30.4 kB
view hashes)
Built Distribution
vereqsyn-1.0-py3-none-any.whl
(5.5 kB
view hashes)