Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 5, 2020 00:27
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/1f6b8581abbdc895eb1585a09acfb78e to your computer and use it in GitHub Desktop.
Save r-ryantm/1f6b8581abbdc895eb1585a09acfb78e to your computer and use it in GitHub Desktop.
/nix/store/zbly807a95nbqxs3j9zarc48p4qv2n6k-python2.7-ExifRead-2.3.2
├── bin
│   └── EXIF.py
├── lib
│   └── python2.7
│   └── site-packages
│   ├── exifread
│   │   ├── classes.py
│   │   ├── classes.pyc
│   │   ├── exif_log.py
│   │   ├── exif_log.pyc
│   │   ├── heic.py
│   │   ├── heic.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── tags
│   │   │   ├── exif.py
│   │   │   ├── exif.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── makernote
│   │   │   ├── apple.py
│   │   │   ├── apple.pyc
│   │   │   ├── canon.py
│   │   │   ├── canon.pyc
│   │   │   ├── casio.py
│   │   │   ├── casio.pyc
│   │   │   ├── fujifilm.py
│   │   │   ├── fujifilm.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── nikon.py
│   │   │   ├── nikon.pyc
│   │   │   ├── olympus.py
│   │   │   └── olympus.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   └── ExifRead-2.3.2.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment