Skip to main content

A Python dependency update checker.

Project description

py-check-updates

Test PyPI version Codecov Language grade: Python

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 form package = "(^|~|>=)?version".

  • Additional dependencies of hooks in .pre-commit-config.yaml for pre-commit (see pre-commit#1351). Limited to simple Python dependencies of the form package==version.

Installation

pip install py-check-updates

Usage

py-check-updates

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py-check-updates-0.1.1.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

py_check_updates-0.1.1-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page