Req Update
Project description
req-update
req-update
is a CLI tool to automatically update python, go, and node 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] [-p] [-i] [-d] [-v] [--version]
Update python, go, and node dependencies for your project with git integration
https://github.com/albertyw/req-update
optional arguments:
-h, --help show this help message and exit
-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. - 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, and node 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.0.5.tar.gz
(10.9 kB
view details)
Built Distribution
File details
Details for the file req-update-2.0.5.tar.gz
.
File metadata
- Download URL: req-update-2.0.5.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d5e88f5158d16b6c4b80ec537b0163da34f9bbae21c415e6158c764a01d9297 |
|
MD5 | 47b821de891d201434807b93cde08b1c |
|
BLAKE2b-256 | c2a26ec63c160d43014e40d5665baabae7fe9ebb7048e73301e7e192cc23c72d |
File details
Details for the file req_update-2.0.5-py3-none-any.whl
.
File metadata
- Download URL: req_update-2.0.5-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 261b3deafbca75aa1cf65f511df9ab9922a3833e9b60c6a76f5e1a033c48cf3e |
|
MD5 | 640a4e8348f9075c160376dac1364d66 |
|
BLAKE2b-256 | c0177bc7be226807cbe566df774ba2e096af670a49f71e6b12893ba0a4a34118 |