Skip to content

Instantly share code, notes, and snippets.

@saurbhc
Created April 20, 2024 17:36
Show Gist options
  • Save saurbhc/a40efb7e2f3bbddf43829a5f9dc206f3 to your computer and use it in GitHub Desktop.
Save saurbhc/a40efb7e2f3bbddf43829a5f9dc206f3 to your computer and use it in GitHub Desktop.
list python modules
#!/usr/bin/env bash
set -euxo pipefail
python -c 'import pkgutil;print([x[1] for x in list(pkgutil.iter_modules())])'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment