Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 9, 2020 20:25
Show Gist options
  • Save r-ryantm/52df308e181cf34f64e2961034448792 to your computer and use it in GitHub Desktop.
Save r-ryantm/52df308e181cf34f64e2961034448792 to your computer and use it in GitHub Desktop.
/nix/store/ljndr44bvh0rw96ivbmwyibv9095d9v9-img2pdf-0.3.4
├── bin
│   ├── img2pdf
│   └── img2pdf-gui
├── lib
│   └── python3.7
│   └── site-packages
│   ├── img2pdf-0.3.4.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