Back to snippets
update_checker_package_version_check_with_notification.py
pythonChecks for package updates and prints a notification if a newer version i
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)