Dependency Update Checker for Pip
Project description
Check Dependency Updates
This is a tool used for checking dependency versions in requirements.txt style files. Inspired by tools such as npm-check-updates.
Note this is a very simple and targeted tool. It will look at a requirements.txt file, and print which dependencies with a version are out of date, with the current latest version. This is in contrast to tools like pur or pip-upgrader etc, as this is trying to only do a single thing.
If you have pip and installed, this does not require any other dependencies, as it uses pip's native vendored dependencies in order to keep footprint down. This also allows this tool to be 'portable' in the sense where you can just take the single python file and use it on any machine with pip installed.
Install
You can install this with pip:
pip install check-dep-updates
If you do this, it should automatically get installed and be available with the cdu
command
Alternatively, you can copy and use the single python file __init__.py directly on any system with pip installed.
Usage
Once installed, the cdu
command should be the aliased commmand.
Within A Project Directory
$ ls
my_app/
requirements.txt
$ cdu
Newer version of requests: 2.24.0
Done
With a Specific requirements File
$ cdu -f dev_requirements.txt
Newer version of black: 19.10b0
Done
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
Built Distribution
File details
Details for the file check_dep_updates-0.2.0.tar.gz
.
File metadata
- Download URL: check_dep_updates-0.2.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f36df967f6436aa1491501de0b8492965cdd0a0dddaefd1d0eac6df9bb78fca7 |
|
MD5 | 302eb603b49bdc57276c5bb7c7adc196 |
|
BLAKE2b-256 | fe079ec8d2e4bf110de839f3b747bb108e25c7e132eb940d5249d0edc3e6228d |
File details
Details for the file check_dep_updates-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: check_dep_updates-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e1ca67180c522382b01c3dd0d8a8fb91c75ae437e6ac8cdc65dfc17a382f38f |
|
MD5 | 7297c8f506620d41499f102e6d95bef8 |
|
BLAKE2b-256 | 7f8217e52a153e8d4841ccf68463ed7c625961bf5399f6f17897f4ff63789932 |