Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 09:09
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/dbdd5b851367522792667aa4b25b2080 to your computer and use it in GitHub Desktop.
Save ryantm/dbdd5b851367522792667aa4b25b2080 to your computer and use it in GitHub Desktop.
/nix/store/b1fq2yd0a8byhda5sq9fyi0nyj8am4yl-python3.7-pikepdf-1.8.2
├── 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.8.2.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