Check Dep Updates 0.2.0 | Coderz Repository

check-dep-updates 0.2.0

Last updated:

0 purchases

check-dep-updates 0.2.0 Image
check-dep-updates 0.2.0 Images

Free

Languages

Categories

Add to Cart

Description:

checkdepupdates 0.2.0

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.