Skip to content

Instantly share code, notes, and snippets.

@himaprasoonpt
Created February 9, 2019 13:52
Show Gist options
  • Save himaprasoonpt/af7c7cb15ff05ed7f4713ddfd0bcfd6a to your computer and use it in GitHub Desktop.
Save himaprasoonpt/af7c7cb15ff05ed7f4713ddfd0bcfd6a to your computer and use it in GitHub Desktop.
Get module/ package version of any package
import pkg_resources
print(pkg_resources.get_distribution('typeguard').version)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment