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.7.0.tar.gz
(10.3 kB
view details)
Built Distribution
File details
Details for the file req-update-1.7.0.tar.gz
.
File metadata
- Download URL: req-update-1.7.0.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd08d792f2cafe03c8faa1ed8e7fe2cf12b296c92030fa8d8cd3f8b91c299209 |
|
MD5 | bba4115039ae7aa01705ec8b23c21a31 |
|
BLAKE2b-256 | 6f775009c9ff35eb70040574db0d555a4864bb719ce79066e2b27f8197eca1b6 |
File details
Details for the file req_update-1.7.0-py3-none-any.whl
.
File metadata
- Download URL: req_update-1.7.0-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62ae245045d414ac4d6046ca2f911576e6506164dde317bc7cb16bd4ed4f4274 |
|
MD5 | 9bb5fbc8a7f3d93cc2fcbebf6f2d66e8 |
|
BLAKE2b-256 | 72fb9c4de34531f227795a2e985795bc6f7c434f5fc530e8a1becc240b3c36c1 |