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.1.tar.gz
(14.0 kB
view details)
Built Distribution
File details
Details for the file req-update-2.3.1.tar.gz
.
File metadata
- Download URL: req-update-2.3.1.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1156fe3471a35661d1ad7514b13b33c58bdb8887995e8d467a99b961dd5dd31c |
|
MD5 | a6d5501291b1bb6de7d6f5ec70fa241f |
|
BLAKE2b-256 | 47c004ab15a34954b8fab10ced4ecaaa1b81634ac943b5c8a02d4815be3a2818 |
File details
Details for the file req_update-2.3.1-py3-none-any.whl
.
File metadata
- Download URL: req_update-2.3.1-py3-none-any.whl
- Upload date:
- Size: 26.8 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 | adeb8303e03029a2b363892a507146f301363b002239270b2ffa048ff4e3c3bb |
|
MD5 | af08fa40ad7f491158b169958344ec2a |
|
BLAKE2b-256 | 784c47368aa7c6dcb4ceb8dd9a8b7aeaa6849f38c4456ceb06cf932811ed5a9a |