Skip to main content

Check if github repository release is updated.

Project description

Usage

from isupdated import is_updated

is_updated('https://github.com/chroming/pdfdir', 'v0.2.1')

# If you want return download link when has update

is_updated('https://github.com/chroming/pdfdir', 'v0.2.1', with_dl=True)

# If the version string is split with character "|"

is_updated('https://github.com/chroming/pdfdir', 'v0|2|1', split='|')

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

isupdated-0.1.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

isupdated-0.1.1-py2.py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 2 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