A Python dependency update checker.
Project description
py-check-updates
This is a dependency update checker to assist Python package developers.
If you are the kind of paranoid person who checks whether packages in your dependency lists are updated once a week and you do it manually for some technical reasons, then this program is for you.
Currently, the program checks updates (it does not automatically update them, though) for:
-
Top-level dependencies in
pyproject.toml
for Poetry (see poetry#2684). Limited to simple versions of the formpackage = "(^|~|>=)?version"
. -
Additional dependencies of hooks in
.pre-commit-config.yaml
for pre-commit (see pre-commit#1351). Limited to simple Python dependencies of the formpackage==version
.
Installation
pip install py-check-updates
Usage
py-check-updates
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
Hashes for py_check_updates-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f429e6448800b5dcb8e01805b8dd8d27daabccde1c540550c512b6acd185b2b9 |
|
MD5 | c6997989d5f4c4888bc0d7377d81a206 |
|
BLAKE2b-256 | 440b4ed665a238d7a48cf80d70d282cbc21f41c6f85690bedc3a0a21f8ca7c53 |