Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 19, 2020 22:10
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/7da6a3e547e90fafcd9ff11b742ce8c0 to your computer and use it in GitHub Desktop.
Save r-ryantm/7da6a3e547e90fafcd9ff11b742ce8c0 to your computer and use it in GitHub Desktop.
/nix/store/vwk2fbww5gvgmn0r1bp8nwxp4v6n6jmn-pirate-get-0.3.7
├── bin
│   └── pirate-get
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pirate
│   │   ├── data
│   │   │   ├── blacklist.json
│   │   │   ├── categories.json
│   │   │   └── sorts.json
│   │   ├── data.py
│   │   ├── __init__.py
│   │   ├── local.py
│   │   ├── pirate.py
│   │   ├── print.py
│   │   ├── __pycache__
│   │   │   ├── data.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── local.cpython-37.pyc
│   │   │   ├── pirate.cpython-37.pyc
│   │   │   ├── print.cpython-37.pyc
│   │   │   └── torrent.cpython-37.pyc
│   │   └── torrent.py
│   └── pirate_get-0.3.7.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment