Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2019 08:11
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/8cbd764073a485973f033f632b53feb4 to your computer and use it in GitHub Desktop.
Save ryantm/8cbd764073a485973f033f632b53feb4 to your computer and use it in GitHub Desktop.
/nix/store/a2yf4w4p66nabq0c5nwhr0k5yngp3nad-python3.7-py3exiv2-0.7.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── libexiv2python.cpython-37m-x86_64-linux-gnu.so
│   ├── py3exiv2-0.7.0.dist-info
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── pyexiv2
│   ├── exif.py
│   ├── __init__.py
│   ├── iptc.py
│   ├── metadata.py
│   ├── preview.py
│   ├── __pycache__
│   │   ├── exif.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── iptc.cpython-37.pyc
│   │   ├── metadata.cpython-37.pyc
│   │   ├── preview.cpython-37.pyc
│   │   ├── utils.cpython-37.pyc
│   │   └── xmp.cpython-37.pyc
│   ├── utils.py
│   └── xmp.py
└── nix-support
└── propagated-build-inputs
7 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment