{"library":"outdated","title":"outdated","description":"A Python library to check if a version of a PyPI package is outdated. Current version: 0.2.2. Release cadence: infrequent, last updated in 2020.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install outdated"],"cli":{"name":"outdated","version":"sh: 1: outdated: not found"}},"imports":["from outdated import check_outdated"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from outdated import check_outdated\n\npackage = 'outdated'\ncurrent_version = '0.2.2'\nis_outdated, latest_version = check_outdated(package, current_version)\nif is_outdated:\n    print(f\"Package {package} is outdated. Latest version: {latest_version}\")\nelse:\n    print(f\"Package {package} is up to date.\")","lang":"python","description":"Check if a specific version of a package is outdated.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}