Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 4, 2019 11:25
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/4724c49f37673944913bd7b36daba32e to your computer and use it in GitHub Desktop.
Save ryantm/4724c49f37673944913bd7b36daba32e to your computer and use it in GitHub Desktop.
/nix/store/xky4gcb8nw4k978iyrp8mkdnl6zihpsl-python3.7-py3exiv2-0.5.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── libexiv2python.cpython-37m-x86_64-linux-gnu.so
│   ├── py3exiv2-0.5.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