Req Update
Project description
req-update
req-update
is a CLI tool to automatically update node and python 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 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 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 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.6.3.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file req-update-1.6.3.tar.gz
.
File metadata
- Download URL: req-update-1.6.3.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4c14e11c50b292145c2cc247da088c4cce0eb322bac4cb6ecf1614f40d3fddf |
|
MD5 | 36985e90fc87ad1f4e7f698c5f16e29d |
|
BLAKE2b-256 | d2bb9dc0a760aaee3133aca9bbded2d4ba15f598b31bd3f8579b12d7fea55a03 |
File details
Details for the file req_update-1.6.3-py3-none-any.whl
.
File metadata
- Download URL: req_update-1.6.3-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb5c423626489f0ebbbf956524b12c690a8e360e02c436a7c76b1da1c691a5b6 |
|
MD5 | 95779028be0dcba4622622c1acca97db |
|
BLAKE2b-256 | 810e54a45ef72b6daf28932f0c3878dff385ef3152f4cc22807ca2eef64fcead |