Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 21, 2020 22:32
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/4ddd43160860ad36952b5b3c82e6af43 to your computer and use it in GitHub Desktop.
Save r-ryantm/4ddd43160860ad36952b5b3c82e6af43 to your computer and use it in GitHub Desktop.
/nix/store/yd8rir396jkjr95v8j1qkxyyn530bf6c-img2pdf-0.3.6
├── bin
│   ├── img2pdf
│   └── img2pdf-gui
├── lib
│   └── python3.7
│   └── site-packages
│   ├── img2pdf-0.3.6.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── pbr.json
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   ├── WHEEL
│   │   └── zip-safe
│   ├── img2pdf.py
│   ├── jp2.py
│   └── __pycache__
│   ├── img2pdf.cpython-37.pyc
│   └── jp2.cpython-37.pyc
└── nix-support
└── propagated-build-inputs
7 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment