Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 16, 2019 01:15
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 ryantm/9f8e1dc81d76d10724e11c05c85ecc0f to your computer and use it in GitHub Desktop.
Save ryantm/9f8e1dc81d76d10724e11c05c85ecc0f to your computer and use it in GitHub Desktop.
/nix/store/h4lvai4kr8kvs7bhby2kn1k6q46gvblz-python3.7-identify-1.4.1
├── 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.4.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment