clip_client.helper module#

clip_client.helper.is_latest_version(package=None, github_repo=None)[source]#

Check if there is a latest version from Pypi, set env NO_VERSION_CHECK to disable it.

Parameters
  • package (Optional[str]) – package name if none auto-detected

  • github_repo (Optional[str]) – repo name that contains CHANGELOG if none then the same as package name

Return type

None