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.2.2.tar.gz
(12.6 kB
view details)
Built Distribution
File details
Details for the file req-update-2.2.2.tar.gz
.
File metadata
- Download URL: req-update-2.2.2.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36785971fe535fa189f309ed743bfc3c9600f7b19737c02f8d9202c0e15fb2d1 |
|
MD5 | e330c7bbaa030c733be85f1ef4668d08 |
|
BLAKE2b-256 | 3f6f1a89fb932452d2b734ffc1c8c32869ef7ce1c406ddf10898432509ef024f |
File details
Details for the file req_update-2.2.2-py3-none-any.whl
.
File metadata
- Download URL: req_update-2.2.2-py3-none-any.whl
- Upload date:
- Size: 23.3 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 | c8eb670eb169c5063ebf07508d1511f377359a8c48a618cd703c588faafacac5 |
|
MD5 | 78a4fb581e5fef173a9fbe004ab417a1 |
|
BLAKE2b-256 | e992f9f6b4352aa5ceed9867b6b46f426d1ec0e79acff3587bafe7b4e7ed3f88 |