Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 9, 2019 00:27
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/20c3d223349c17e302289d4099f11263 to your computer and use it in GitHub Desktop.
Save ryantm/20c3d223349c17e302289d4099f11263 to your computer and use it in GitHub Desktop.
/nix/store/zwj5p3yqyn316g6j0z5iz0531arbyy8k-pirate-get-0.3.4
├── 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.4.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── tests
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   ├── test_local.cpython-37.pyc
│   │   ├── test_pirate.cpython-37.pyc
│   │   ├── test_print.cpython-37.pyc
│   │   ├── test_torrent.cpython-37.pyc
│   │   ├── test_version.cpython-37.pyc
│   │   └── util.cpython-37.pyc
│   ├── test_local.py
│   ├── test_pirate.py
│   ├── test_print.py
│   ├── test_torrent.py
│   ├── test_version.py
│   └── util.py
└── nix-support
└── propagated-build-inputs
11 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment