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
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
versionchecker-1.0.0.tar.gz
(2.0 kB
view details)
File details
Details for the file versionchecker-1.0.0.tar.gz
.
File metadata
- Download URL: versionchecker-1.0.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c858bfa2f95f347dc06a45228be31350c1c0665221646a2e9dfb51c9ce9a4620 |
|
MD5 | 5d57f3901fb0de362c21955f5b39167e |
|
BLAKE2b-256 | 7bd8ad371025ad0c8d68c70fabcdd8d94048236e76a6f65d289ec721fc4cd826 |