Skip to main content

Check for outdated packages installed on your system and get the latest version number

Project description

versionchecker

Check for outdated packages installed on your system and get the latest version number

Installation

pip install versionchecker

Usage

The package list should be in the format {package_name: online_name}

from versionchecker import check_packages packages = { 'urllib3': 'urllib3', 'bs4': 'beautifulsoup4' } results, latest_version = check_packages(packages) print(results) print(latest_version)

{'urllib3': True, 'bs4': False}
{bs4': '4.8.0'}

License

MIT

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

versionchecker-1.0.0.tar.gz (2.0 kB view hashes)

Uploaded Source

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