Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 27, 2020 20:00
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/72026f66389479e71f6e630e354316c4 to your computer and use it in GitHub Desktop.
Save r-ryantm/72026f66389479e71f6e630e354316c4 to your computer and use it in GitHub Desktop.
/nix/store/d6q9kfjr1f401bf1gsbnq8ms8pyz9mfj-python2.7-identify-1.4.10
├── 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.10.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