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.2.tar.gz
(14.1 kB
view details)
Built Distribution
File details
Details for the file req-update-2.3.2.tar.gz
.
File metadata
- Download URL: req-update-2.3.2.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0381bb792aa4167a668e1486d7dbe5d64af754000abcf3b5b7fdebf8a5a781f |
|
MD5 | f81c63fb8d523f937d9b63f0bd16e51e |
|
BLAKE2b-256 | 555e141abc03a96ba7bef8b8961e15fec2c94414e0b54d2c256a990170a36a75 |
File details
Details for the file req_update-2.3.2-py3-none-any.whl
.
File metadata
- Download URL: req_update-2.3.2-py3-none-any.whl
- Upload date:
- Size: 26.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65fee60507d90b8683052c2e5b5f7efaee72a012d1debc484018d6a10e7d5113 |
|
MD5 | 430bdde8d05e863c4a9e8881b8c6d5b4 |
|
BLAKE2b-256 | 49633991e41f1c228c8282b015e0fabc8af8e5d11a5124d3a5246cf283be4886 |