Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 26, 2020 19:28
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/1e90b7733c26b27eca47ce785f315737 to your computer and use it in GitHub Desktop.
Save r-ryantm/1e90b7733c26b27eca47ce785f315737 to your computer and use it in GitHub Desktop.
/nix/store/1mdlym3rrp0h0saj32zw5zkqrldhm62f-python2.7-identify-1.4.16
├── bin
│   └── identify-cli
├── lib
│   └── python2.7
│   └── site-packages
│   ├── identify
│   │   ├── cli.py
│   │   ├── cli.pyc
│   │   ├── extensions.py
│   │   ├── extensions.pyc
│   │   ├── identify.py
│   │   ├── identify.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── interpreters.py
│   │   ├── interpreters.pyc
│   │   └── vendor
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── licenses.py
│   │   └── licenses.pyc
│   └── identify-1.4.16.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment