Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 22, 2019 15:31
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/9e027a3396100cdd9776f8d5aff1b0af to your computer and use it in GitHub Desktop.
Save ryantm/9e027a3396100cdd9776f8d5aff1b0af to your computer and use it in GitHub Desktop.
/nix/store/kzfbw5la3cjr0n7a0a1j197f1m3pkdpv-python3.7-deluge-client-1.7.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── deluge_client
│   │   ├── client.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── rencode.cpython-37.pyc
│   │   │   └── tests.cpython-37.pyc
│   │   ├── rencode.py
│   │   └── tests.py
│   └── deluge_client-1.7.1.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment