Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 9, 2020 14:23
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/f9921db04061eab79417e7a2784ea1be to your computer and use it in GitHub Desktop.
Save r-ryantm/f9921db04061eab79417e7a2784ea1be to your computer and use it in GitHub Desktop.
/nix/store/88gzw3xyhs9gn0icnad5w0bpacwzvqvr-python3.7-pikepdf-1.10.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pikepdf
│   │   ├── codec.py
│   │   ├── _cpphelpers.py
│   │   ├── __init__.py
│   │   ├── _methods.py
│   │   ├── models
│   │   │   ├── encryption.py
│   │   │   ├── image.py
│   │   │   ├── __init__.py
│   │   │   ├── matrix.py
│   │   │   ├── metadata.py
│   │   │   └── __pycache__
│   │   │   ├── encryption.cpython-37.pyc
│   │   │   ├── image.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── matrix.cpython-37.pyc
│   │   │   └── metadata.cpython-37.pyc
│   │   ├── objects.py
│   │   ├── __pycache__
│   │   │   ├── codec.cpython-37.pyc
│   │   │   ├── _cpphelpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _methods.cpython-37.pyc
│   │   │   ├── objects.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── _qpdf.cpython-37m-x86_64-linux-gnu.so
│   │   └── _version.py
│   └── pikepdf-1.10.0.dist-info
│   ├── INSTALLER
│   ├── license.wheel.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment