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
make it create a branch dep-update
, check outdated packages (compared against
your current installed packages), and commit a series of single-package update
commits.
$ 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
-i, --install Install updates
-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-1.8.0.tar.gz
(10.5 kB
view details)
Built Distribution
File details
Details for the file req-update-1.8.0.tar.gz
.
File metadata
- Download URL: req-update-1.8.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3dd0ad061d3f686fea8055c27ea4275a26931e331ee201f69a3389ebac89dca4 |
|
MD5 | c2c658946bff671088fd4fe86f2130bc |
|
BLAKE2b-256 | 784a1300563c87cbb691fb69ecbe0e8aaf509f4d3f7f509f7ac504863ec81918 |
File details
Details for the file req_update-1.8.0-py3-none-any.whl
.
File metadata
- Download URL: req_update-1.8.0-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 413b59264e34f29b81dec93cb2044a9a3373c6006ae669af8ffdc56783efbe25 |
|
MD5 | 15103d42089f9390af9da0fc5707ad10 |
|
BLAKE2b-256 | 53459011fcb0656030305a85692e6968a2a12ed91f4fcc17b0d14cc52e18cd49 |