Created
April 20, 2024 17:36
-
-
Save saurbhc/a40efb7e2f3bbddf43829a5f9dc206f3 to your computer and use it in GitHub Desktop.
list python modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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