Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 17, 2019 18:01
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/fd6fdbeb87f1063cd687222e10537c2c to your computer and use it in GitHub Desktop.
Save ryantm/fd6fdbeb87f1063cd687222e10537c2c to your computer and use it in GitHub Desktop.
/nix/store/gaa2h1wqd5qf67sa5zvpgfq1lkpb3bdj-img2pdf-0.3.3
├── bin
│   └── img2pdf
├── lib
│   └── python3.7
│   └── site-packages
│   ├── img2pdf-0.3.3.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, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment