Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2019 05:13
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/f4a51228e24e103622b4b1f308368f76 to your computer and use it in GitHub Desktop.
Save ryantm/f4a51228e24e103622b4b1f308368f76 to your computer and use it in GitHub Desktop.
/nix/store/b080v1izd0lvd24rqb0kbxb8yfv0vyq3-python3.7-gphoto2-2.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── gphoto2
│   │   ├── _abilities_list.cpython-37m-x86_64-linux-gnu.so
│   │   ├── abilities_list.py
│   │   ├── _camera.cpython-37m-x86_64-linux-gnu.so
│   │   ├── camera.py
│   │   ├── _context.cpython-37m-x86_64-linux-gnu.so
│   │   ├── context.py
│   │   ├── _file.cpython-37m-x86_64-linux-gnu.so
│   │   ├── file.py
│   │   ├── _filesys.cpython-37m-x86_64-linux-gnu.so
│   │   ├── filesys.py
│   │   ├── __init__.py
│   │   ├── _list.cpython-37m-x86_64-linux-gnu.so
│   │   ├── list.py
│   │   ├── _port_info_list.cpython-37m-x86_64-linux-gnu.so
│   │   ├── port_info_list.py
│   │   ├── _port_log.cpython-37m-x86_64-linux-gnu.so
│   │   ├── port_log.py
│   │   ├── __pycache__
│   │   │   ├── abilities_list.cpython-37.pyc
│   │   │   ├── camera.cpython-37.pyc
│   │   │   ├── context.cpython-37.pyc
│   │   │   ├── file.cpython-37.pyc
│   │   │   ├── filesys.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── list.cpython-37.pyc
│   │   │   ├── port_info_list.cpython-37.pyc
│   │   │   ├── port_log.cpython-37.pyc
│   │   │   ├── result.cpython-37.pyc
│   │   │   ├── version.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   ├── _result.cpython-37m-x86_64-linux-gnu.so
│   │   ├── result.py
│   │   ├── _version.cpython-37m-x86_64-linux-gnu.so
│   │   ├── version.py
│   │   ├── _widget.cpython-37m-x86_64-linux-gnu.so
│   │   └── widget.py
│   └── gphoto2-2.0.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
│   ├── camera-config-gui-oo.py
│   ├── camera-config-gui.py
│   ├── camera-summary-oo.py
│   ├── camera-summary.py
│   ├── capture-image.py
│   ├── choose-camera.py
│   ├── clear-space.py
│   ├── context_with_callbacks.py
│   ├── copy-chunks.py
│   ├── copy-data.py
│   ├── copy-files.py
│   ├── error_handling.py
│   ├── focus-gui.py
│   ├── get-camera-clock.py
│   ├── get-capture-target.py
│   ├── list-cameras-oo.py
│   ├── list-cameras.py
│   ├── list-files-oo.py
│   ├── list-files.py
│   ├── log_events.py
│   ├── preview-image.py
│   ├── __pycache__
│   │   ├── cam-conf-view-gui.cpython-37.pyc
│   │   ├── camera-config-gui.cpython-37.pyc
│   │   ├── camera-config-gui-oo.cpython-37.pyc
│   │   ├── camera-summary.cpython-37.pyc
│   │   ├── camera-summary-oo.cpython-37.pyc
│   │   ├── capture-image.cpython-37.pyc
│   │   ├── choose-camera.cpython-37.pyc
│   │   ├── clear-space.cpython-37.pyc
│   │   ├── context_with_callbacks.cpython-37.pyc
│   │   ├── copy-chunks.cpython-37.pyc
│   │   ├── copy-data.cpython-37.pyc
│   │   ├── copy-files.cpython-37.pyc
│   │   ├── error_handling.cpython-37.pyc
│   │   ├── focus-gui.cpython-37.pyc
│   │   ├── get-camera-clock.cpython-37.pyc
│   │   ├── get-capture-target.cpython-37.pyc
│   │   ├── list-cameras.cpython-37.pyc
│   │   ├── list-cameras-oo.cpython-37.pyc
│   │   ├── list-files.cpython-37.pyc
│   │   ├── list-files-oo.cpython-37.pyc
│   │   ├── log_events.cpython-37.pyc
│   │   ├── preview-image.cpython-37.pyc
│   │   ├── read-exif-exifread.cpython-37.pyc
│   │   ├── read-exif-gexiv2.cpython-37.pyc
│   │   ├── set-camera-clock.cpython-37.pyc
│   │   ├── set-capture-target.cpython-37.pyc
│   │   ├── time_lapse.cpython-37.pyc
│   │   ├── wait-for-event.cpython-37.pyc
│   │   └── wait-for-event-oo.cpython-37.pyc
│   ├── read-exif-exifread.py
│   ├── read-exif-gexiv2.py
│   ├── set-camera-clock.py
│   ├── set-capture-target.py
│   ├── time_lapse.py
│   ├── wait-for-event-oo.py
│   └── wait-for-event.py
├── LICENSE.txt
└── README.rst
11 directories, 103 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment