Skip to content

Instantly share code, notes, and snippets.

@aodag
Last active April 2, 2022 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aodag/599a17d9becc512c1a0b7443d5c36738 to your computer and use it in GitHub Desktop.
Save aodag/599a17d9becc512c1a0b7443d5c36738 to your computer and use it in GitHub Desktop.
>>> import pkg_resources
>>> pkg_resources.get_distribution
<function get_distribution at 0x7f3e8a9e3130>
>>> pkg_resources.get_distribution('aioetcd3')
aioetcd3 1.13 (/home/aodag/src/github.com/opencollector/countac/.venv/lib/python3.10/site-packages)
>>> pkg_resources.get_distribution('aioetcd3').version
'1.13'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment