Skip to main content

A python module that will check for package updates.

Project description

CI

update_checker

A python module that will check for package updates.

Only whitelisted packages can be checked for updates. Contact update_checker's author for information on adding a package to the whitelist.

Installation

The update_checker module can be installed via:

uv add update_checker

Usage

To simply output when there is a newer version of the praw package, you can use the following bit of code:

from update_checker import update_check

update_check("praw", "0.0.1")

If you need more control, such as performing operations conditionally when there is an update you can use the following approach:

from update_checker import UpdateChecker

checker = UpdateChecker()
result = checker.check(package_name="praw", package_version="0.0.1")
if result:  # result is None when an update was not found or a failure occured
    # result is a UpdateResult object that contains the following attributes:
    # * available_version
    # * package_name
    # * running_version
    # * release_date (is None if the information isn't available)
    print(result)
    # Conditionally perform other actions

Async usage

Install the async extra (uv add "update_checker[async]") and use the async counterparts:

from update_checker import UpdateChecker, async_update_check

await async_update_check(package_name="praw", package_version="0.0.1")

checker = UpdateChecker()
result = await checker.async_check(package_name="praw", package_version="0.0.1")

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

update_checker-1.0.0.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

update_checker-1.0.0-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file update_checker-1.0.0.tar.gz.

File metadata

  • Download URL: update_checker-1.0.0.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for update_checker-1.0.0.tar.gz
Algorithm Hash digest
SHA256 bfcac66414572a82a98ea8c8633bf1ce5d102750e3b93469b89b30aa845cd1d7
MD5 78d66028c59c4e91acab353dded9179f
BLAKE2b-256 920dcdf2a0bc53f2b0b85a9cc7a81d0c5fa666dc140d26a1797ddf8ce4a24d0d

See more details on using hashes here.

File details

Details for the file update_checker-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: update_checker-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for update_checker-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5837640948ff21820ba3ea881fb4bed5abefb39037895c6447f5e712236d60c6
MD5 1c348493f445d1eb6ac804c0ac56572b
BLAKE2b-256 51f5a264987b052d61c172d23eec92935480535fd32e45357bd6557fa2c687d5

See more details on using hashes here.

Supported by

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