Skip to content

Instantly share code, notes, and snippets.

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/cdab0b8fb523cb681a22984289c0e459 to your computer and use it in GitHub Desktop.
Save r-ryantm/cdab0b8fb523cb681a22984289c0e459 to your computer and use it in GitHub Desktop.
/nix/store/6vwrxfaz64i1k6wsxfk07x8abmzaw5cq-python3.7-pikepdf-1.11.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.11.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