Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 08:48
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/fab254ed70901d6d6571547f8ef3fab8 to your computer and use it in GitHub Desktop.
Save ryantm/fab254ed70901d6d6571547f8ef3fab8 to your computer and use it in GitHub Desktop.
/nix/store/6jb61zripar9x7a20lrckfhcx5dr9i1s-python3.7-identify-1.4.5
├── 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.5.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