Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 14, 2020 17:34
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/19ebb8b904f3e0f5775fb736bafa2076 to your computer and use it in GitHub Desktop.
Save r-ryantm/19ebb8b904f3e0f5775fb736bafa2076 to your computer and use it in GitHub Desktop.
/nix/store/1b3wpn6fwxrkdmz7s1g0858bi4dc6fgy-python3.7-pyvips-2.1.13
├── lib
│   └── python3.7
│   └── site-packages
│   ├── _libvips.abi3.so
│   ├── pyvips
│   │   ├── base.py
│   │   ├── enums.py
│   │   ├── error.py
│   │   ├── gobject.py
│   │   ├── gvalue.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── enums.cpython-37.pyc
│   │   │   ├── error.cpython-37.pyc
│   │   │   ├── gobject.cpython-37.pyc
│   │   │   ├── gvalue.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pyvips_build.cpython-37.pyc
│   │   │   ├── vconnection.cpython-37.pyc
│   │   │   ├── vdecls.cpython-37.pyc
│   │   │   ├── version.cpython-37.pyc
│   │   │   ├── vimage.cpython-37.pyc
│   │   │   ├── vinterpolate.cpython-37.pyc
│   │   │   ├── vobject.cpython-37.pyc
│   │   │   ├── voperation.cpython-37.pyc
│   │   │   ├── vregion.cpython-37.pyc
│   │   │   ├── vsource.cpython-37.pyc
│   │   │   ├── vsourcecustom.cpython-37.pyc
│   │   │   ├── vtarget.cpython-37.pyc
│   │   │   └── vtargetcustom.cpython-37.pyc
│   │   ├── pyvips_build.py
│   │   ├── vconnection.py
│   │   ├── vdecls.py
│   │   ├── version.py
│   │   ├── vimage.py
│   │   ├── vinterpolate.py
│   │   ├── vobject.py
│   │   ├── voperation.py
│   │   ├── vregion.py
│   │   ├── vsourcecustom.py
│   │   ├── vsource.py
│   │   ├── vtargetcustom.py
│   │   └── vtarget.py
│   └── pyvips-2.1.13.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 48 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment