Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 26, 2020 22: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/05aa3088978a6d9202c7af83995a503c to your computer and use it in GitHub Desktop.
Save r-ryantm/05aa3088978a6d9202c7af83995a503c to your computer and use it in GitHub Desktop.
/nix/store/3nbjy2wb4fn8335j1h25wpjsy8wqzkq5-python2.7-gphoto2-2.1.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── gphoto2
│   │   ├── abilities_list.py
│   │   ├── abilities_list.pyc
│   │   ├── _abilities_list.so
│   │   ├── camera.py
│   │   ├── camera.pyc
│   │   ├── _camera.so
│   │   ├── context.py
│   │   ├── context.pyc
│   │   ├── _context.so
│   │   ├── file.py
│   │   ├── file.pyc
│   │   ├── _file.so
│   │   ├── filesys.py
│   │   ├── filesys.pyc
│   │   ├── _filesys.so
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── list.py
│   │   ├── list.pyc
│   │   ├── _list.so
│   │   ├── port_info_list.py
│   │   ├── port_info_list.pyc
│   │   ├── _port_info_list.so
│   │   ├── port_log.py
│   │   ├── port_log.pyc
│   │   ├── _port_log.so
│   │   ├── result.py
│   │   ├── result.pyc
│   │   ├── _result.so
│   │   ├── version.py
│   │   ├── version.pyc
│   │   ├── _version.so
│   │   ├── widget.py
│   │   ├── widget.pyc
│   │   └── _widget.so
│   └── gphoto2-2.1.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── python-gphoto2
├── CHANGELOG.txt
├── examples
│   ├── cam-conf-view-gui.py
│   ├── cam-conf-view-gui.pyc
│   ├── camera-config-gui.py
│   ├── camera-config-gui.pyc
│   ├── camera-summary.py
│   ├── camera-summary.pyc
│   ├── capture-image.py
│   ├── capture-image.pyc
│   ├── choose-camera.py
│   ├── choose-camera.pyc
│   ├── clear-space.py
│   ├── clear-space.pyc
│   ├── context_with_callbacks.py
│   ├── context_with_callbacks.pyc
│   ├── copy-chunks.py
│   ├── copy-chunks.pyc
│   ├── copy-data.py
│   ├── copy-data.pyc
│   ├── copy-files.py
│   ├── copy-files.pyc
│   ├── error_handling.py
│   ├── error_handling.pyc
│   ├── focus-gui.py
│   ├── focus-gui.pyc
│   ├── get-camera-clock.py
│   ├── get-camera-clock.pyc
│   ├── get-capture-target.py
│   ├── get-capture-target.pyc
│   ├── list-cameras.py
│   ├── list-cameras.pyc
│   ├── list-files.py
│   ├── list-files.pyc
│   ├── log_events.py
│   ├── log_events.pyc
│   ├── preview-image.py
│   ├── preview-image.pyc
│   ├── read-exif-exifread.py
│   ├── read-exif-exifread.pyc
│   ├── read-exif-gexiv2.py
│   ├── read-exif-gexiv2.pyc
│   ├── set-camera-clock.py
│   ├── set-camera-clock.pyc
│   ├── set-capture-target.py
│   ├── set-capture-target.pyc
│   ├── time_lapse.py
│   ├── time_lapse.pyc
│   ├── wait-for-event.py
│   └── wait-for-event.pyc
├── LICENSE.txt
└── README.rst
9 directories, 93 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment