Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 29, 2020 20:57
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/0c2188fb2386a26fdaad2eca005cdf41 to your computer and use it in GitHub Desktop.
Save r-ryantm/0c2188fb2386a26fdaad2eca005cdf41 to your computer and use it in GitHub Desktop.
/nix/store/9qlm9805bcsb5a460ziil8g9mkrf2q90-python2.7-identify-1.5.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.5.10.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment