req-update
req-update is a CLI tool to automatically update dependencies listed in requirements.txt.
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] [-d] [-v] [--version]
Update python dependencies for your project with git integration https://github.com/albertyw/req-update
optional arguments:
-h, --help show this help message and exit
-d, --dryrun Dry run
-v, --verbose Verbose output
--version show program's version number and exit
Features
- 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 requirements.txt; no CLI arguments required
Comparisons
req-upgrader-req-updateintegrates with git
Release files for req-update 1.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| req-update-1.3.0.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| req_update-1.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.0 kB
Release files / req-update-1.3.0.tar.gz
| Download URL | req-update-1.3.0.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f3b17a6abc2d86d5655d015f05b0bc389acaf9ec5fb51c5cba6737ebcaa9beb9
|
|
BLAKE2b-256 checksum How to use checksums |
528c7da6095b30c37d27e5bf5c57084fd7b5d786cdd04e58da28dba22354420e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
|
Release files / req_update-1.3.0-py3-none-any.whl
| Download URL | req_update-1.3.0-py3-none-any.whl |
|---|---|
| Size | 8.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
275f7ea1d341fe26dae34f2684e8b5b33b10308f023ca832dd1314b53f242842
|
|
BLAKE2b-256 checksum How to use checksums |
d0476f42870438481590b44faaefe9d7cc5500db6dadf046edfd8e02a193c4b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
|