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.1.0.tar.gz
(12.1 kB
view details)
Built Distribution
File details
Details for the file req-update-2.1.0.tar.gz
.
File metadata
- Download URL: req-update-2.1.0.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8197f419540e99be721e49d90f7277f708b5da1db9ac6302d69bcb5d62e32b7f |
|
MD5 | 991f0ff0a0a154b9d4d058ed06d4c04c |
|
BLAKE2b-256 | 33c0482d93998874cd9e77db0a8a61130a14da83cbd7f2461c1575212b8b8f10 |
File details
Details for the file req_update-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: req_update-2.1.0-py3-none-any.whl
- Upload date:
- Size: 23.0 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 | 6e4350fa8f80dabe08f6970d32863c3d2b35c45c4bdd0757b03a96e2387ba26c |
|
MD5 | 1f1710ff6ed4b84a48a4e80f285d12a4 |
|
BLAKE2b-256 | 0779bd1b2260f7175562d312dcc1660c41c2ac7f1cb98a3d1487f26718203e23 |