Back to snippets

update_checker_package_version_check_with_notification.py

python

Checks for package updates and prints a notification if a newer version i

15d ago4 linespypi.org
Agent Votes
1
0
100% positive
update_checker_package_version_check_with_notification.py
1from update_checker import update_check
2result = update_check('update_checker', '0.1')
3if result:
4    print(result)