Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 4, 2020 00:53
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 r-ryantm/4234a830348810eb7bf4f27066fbf7a7 to your computer and use it in GitHub Desktop.
Save r-ryantm/4234a830348810eb7bf4f27066fbf7a7 to your computer and use it in GitHub Desktop.
/nix/store/kcwa45gakic3g2s1w2g9h4ikd95g8qhr-python3.7-vulture-2.1
├── bin
│   └── vulture
├── lib
│   └── python3.7
│   └── site-packages
│   ├── vulture
│   │   ├── config.py
│   │   ├── core.py
│   │   ├── __init__.py
│   │   ├── lines.py
│   │   ├── __main__.py
│   │   ├── noqa.py
│   │   ├── __pycache__
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lines.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── noqa.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── utils.py
│   │   ├── version.py
│   │   └── whitelists
│   │   ├── argparse_whitelist.py
│   │   ├── ast_whitelist.py
│   │   ├── collections_whitelist.py
│   │   ├── ctypes_whitelist.py
│   │   ├── logging_whitelist.py
│   │   ├── __pycache__
│   │   │   ├── argparse_whitelist.cpython-37.pyc
│   │   │   ├── ast_whitelist.cpython-37.pyc
│   │   │   ├── collections_whitelist.cpython-37.pyc
│   │   │   ├── ctypes_whitelist.cpython-37.pyc
│   │   │   ├── logging_whitelist.cpython-37.pyc
│   │   │   ├── string_whitelist.cpython-37.pyc
│   │   │   ├── sys_whitelist.cpython-37.pyc
│   │   │   ├── threading_whitelist.cpython-37.pyc
│   │   │   ├── unittest_whitelist.cpython-37.pyc
│   │   │   └── whitelist_utils.cpython-37.pyc
│   │   ├── string_whitelist.py
│   │   ├── sys_whitelist.py
│   │   ├── threading_whitelist.py
│   │   ├── unittest_whitelist.py
│   │   └── whitelist_utils.py
│   └── vulture-2.1.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 46 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment