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.3.tar.gz
(14.1 kB
view details)
Built Distribution
File details
Details for the file req-update-2.3.3.tar.gz
.
File metadata
- Download URL: req-update-2.3.3.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 | 8c2957e1d47750f37eccc3697d7d43302a99e6ccaa536b9881107afce2de2f2b |
|
MD5 | 3042d82f8a203ea39feb8a304ff8aaa7 |
|
BLAKE2b-256 | 8bc220c81faa4c5a564585da27a8ede4983e9dbf5243fd6757912332246734f8 |
File details
Details for the file req_update-2.3.3-py3-none-any.whl
.
File metadata
- Download URL: req_update-2.3.3-py3-none-any.whl
- Upload date:
- Size: 27.1 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 | dc18e8035412e8bf9015d66cf94101028670aa6ccc1f8eb1882e8809b25e7b04 |
|
MD5 | 47bbadf532b19040c750693c8f66e0fa |
|
BLAKE2b-256 | f1a183e8666d22d9663065db17a7fcf23ee9ae2cafddde89bea0026f656cc68a |