Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ikegami-yukino/851383b40668fbe41a112b90d2963dbe to your computer and use it in GitHub Desktop.

Select an option

Save ikegami-yukino/851383b40668fbe41a112b90d2963dbe to your computer and use it in GitHub Desktop.
Find out what Python packages from are
>>> from importlib import metadata
>>> metadata.packages_distributions()
{'pip': ['pip'], 'MeCab': ['mecab'], '_MeCab': ['mecab']}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment