Req Update
Project description
req-update
req-update is a CLI tool to automatically update python, go, node, and git submodule 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] [-l LANGUAGE] [-p] [-d] [-v] [--version]
Update python, go, node, and git submodule dependencies for your project with git integration
https://github.com/albertyw/req-update
options:
-h, --help show this help message and exit
-l LANGUAGE, --language LANGUAGE
Language/package manager to update. Options are: gitsubmodule, go, node, python
-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*.txtpip. - Update go dependencies in
go.modandgo.sumwith go modules. - Update node dependencies in
package-lock.jsonwith npm. - Update git submodules in
.gitmoduleswith git. - 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, node, and git dependencies; no CLI arguments required
Comparisons
req-upgrader-req-updateintegrates 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.2.1.tar.gz
(12.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file req-update-2.2.1.tar.gz.
File metadata
- Download URL: req-update-2.2.1.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54cc6e22dca4cfe4dc789703940d669830f05559e8f7d1f6c105c153641739d8
|
|
| MD5 |
b07d5d50fddff1524c47598dcad0f2a7
|
|
| BLAKE2b-256 |
df74be3f23da54551f7d6540b66ccd7359e2f46804b7ed588135a1f4d0fdc8a8
|
File details
Details for the file req_update-2.2.1-py3-none-any.whl.
File metadata
- Download URL: req_update-2.2.1-py3-none-any.whl
- Upload date:
- Size: 23.3 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 |
71b5ce931d78b5cb33dbd881c1fee01910e451489a59724b3253cbe9c7d19cd5
|
|
| MD5 |
6f2c297a71f4169ff9ac7055eb40616a
|
|
| BLAKE2b-256 |
3ac064b84eb235f038549bf56322369e6191266abd08cf046dbf1a546731c7b8
|