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.5.tar.gz
(9.1 kB
view details)
Built Distribution
File details
Details for the file req-update-1.6.5.tar.gz
.
File metadata
- Download URL: req-update-1.6.5.tar.gz
- Upload date:
- Size: 9.1 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.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdadb657e10e47d80cce12c0c71bc66a805c44601d68acbdcc711e0d23c28194 |
|
MD5 | 09aabfb992b244bdfb7c9c1cb112977d |
|
BLAKE2b-256 | 98082db40f02ed67ff7d6ef54d4c7843959eb765a5273fdc7c5f6d9ecd46a0d3 |
File details
Details for the file req_update-1.6.5-py3-none-any.whl
.
File metadata
- Download URL: req_update-1.6.5-py3-none-any.whl
- Upload date:
- Size: 14.8 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.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14062c5ef4523906771b10cf55554eda48507705dd8b623fc9681d7d9cbb12fa |
|
MD5 | e4c408d96b26004dfcd6d8f5d83b1568 |
|
BLAKE2b-256 | b04a53db431699de205f4962e1ef91e9348b7d24e06b63af21d61be8638d44a7 |