Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 11:50
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/7e03776aca74911de5d969fe91b478c1 to your computer and use it in GitHub Desktop.
Save ryantm/7e03776aca74911de5d969fe91b478c1 to your computer and use it in GitHub Desktop.
/nix/store/zkjki51qvq2gnjrgy8mxjxi7pm9qz9cr-python3.7-piexif-1.1.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── piexif
│   │   ├── _common.py
│   │   ├── _dump.py
│   │   ├── _exceptions.py
│   │   ├── _exif.py
│   │   ├── helper.py
│   │   ├── __init__.py
│   │   ├── _insert.py
│   │   ├── _load.py
│   │   ├── __pycache__
│   │   │   ├── _common.cpython-37.pyc
│   │   │   ├── _dump.cpython-37.pyc
│   │   │   ├── _exceptions.cpython-37.pyc
│   │   │   ├── _exif.cpython-37.pyc
│   │   │   ├── helper.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _insert.cpython-37.pyc
│   │   │   ├── _load.cpython-37.pyc
│   │   │   ├── _remove.cpython-37.pyc
│   │   │   ├── _transplant.cpython-37.pyc
│   │   │   └── _webp.cpython-37.pyc
│   │   ├── _remove.py
│   │   ├── _transplant.py
│   │   └── _webp.py
│   └── piexif-1.1.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment