Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 9, 2019 11:43
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/bb5c79041eefb192fafcbde14fca150d to your computer and use it in GitHub Desktop.
Save ryantm/bb5c79041eefb192fafcbde14fca150d to your computer and use it in GitHub Desktop.
/nix/store/bgj9ibbn0abcf5rhs0qxr0nbr69z52g7-python3.8-PyMuPDF-1.16.9
├── lib
│   └── python3.8
│   └── site-packages
│   ├── fitz
│   │   ├── _fitz.cpython-38-x86_64-linux-gnu.so
│   │   ├── fitz.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── fitz.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── __main__.cpython-38.pyc
│   │   │   └── utils.cpython-38.pyc
│   │   └── utils.py
│   └── PyMuPDF-1.16.9.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment