Req Update
Project description
req-update
req-update
is a CLI tool to automatically update python, go, node, and git submodule dependencies.
Usage
req-update
requires no command line arguments. Running req-update
will
create a branch dep-update
, check for outdated packages, and commit a
series of commits to update packages.
$ req_update
usage: req_update.py [-h] [-l LANGUAGE] [-p] [-d] [-v] [--version]
Update python, go, node, and git submodule dependencies for your project with git integration
https://github.com/albertyw/req-update
options:
-h, --help show this help message and exit
-l LANGUAGE, --language LANGUAGE
Language/package manager to update. Options are: gitsubmodule, go, node, python
-p, --push Push commits individually to remote origin
-d, --dryrun Dry run
-v, --verbose Verbose output
--version show program's version number and exit
Features
- Update python dependencies in
requirements*.txt
pip. - Update go dependencies in
go.mod
andgo.sum
with go modules. - Update node dependencies in
package-lock.json
with npm. - Update git submodules in
.gitmodules
with git. - Integrates with git, creating a branch with one commit per updated dependency
- No third party dependencies beyond python 3 standard library
- Automatic detection of python, go, node, and git dependencies; no CLI arguments required
Comparisons
req-upgrader
-req-update
integrates with git
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
req-update-2.3.0.tar.gz
(13.7 kB
view details)
Built Distribution
File details
Details for the file req-update-2.3.0.tar.gz
.
File metadata
- Download URL: req-update-2.3.0.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b8122bf80a68c7d12a5ba8209da94cb6ef4d9fb835e70df5273dab22d039d1b |
|
MD5 | c0a2d182d1eb20cfd2d889ed7f97d7d7 |
|
BLAKE2b-256 | 9a6f8e03d64a60d527a9c8e3e5366f03ae29ae464241e15deb435d73a74899b5 |
File details
Details for the file req_update-2.3.0-py3-none-any.whl
.
File metadata
- Download URL: req_update-2.3.0-py3-none-any.whl
- Upload date:
- Size: 26.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bce65868dd86bad6ed0ddce5687bd64d8ca8a90e3c8635c6f6817cb36c45410 |
|
MD5 | 0004db3cd630003f3cbc12aff402733b |
|
BLAKE2b-256 | aee3186dc9bb97c4673999125cb18016be80eae34080e2ec8e1a8eeb621464ab |