Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 3, 2021 22:51
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/380fb04df0fc960e24af708dec697aa8 to your computer and use it in GitHub Desktop.
Save r-ryantm/380fb04df0fc960e24af708dec697aa8 to your computer and use it in GitHub Desktop.
/nix/store/byrkzv88xxl9k2gyia2dm569kh5z1c8a-python3.7-identify-1.5.11
├── bin
│   └── identify-cli
├── lib
│   └── python3.7
│   └── site-packages
│   ├── identify
│   │   ├── cli.py
│   │   ├── extensions.py
│   │   ├── identify.py
│   │   ├── __init__.py
│   │   ├── interpreters.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── extensions.cpython-37.pyc
│   │   │   ├── identify.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── interpreters.cpython-37.pyc
│   │   └── vendor
│   │   ├── __init__.py
│   │   ├── licenses.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   └── licenses.cpython-37.pyc
│   └── identify-1.5.11.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment