Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 04:34
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/7afa7af85f88ede65f1df1c0303b1dce to your computer and use it in GitHub Desktop.
Save ryantm/7afa7af85f88ede65f1df1c0303b1dce to your computer and use it in GitHub Desktop.
/nix/store/ic31m89gl2xk9d15dq83jja3jzbfd2lf-addic7ed-cli-1.4.6
├── bin
│   └── addic7ed
├── lib
│   └── python3.7
│   └── site-packages
│   ├── addic7ed_cli
│   │   ├── compat.py
│   │   ├── episode.py
│   │   ├── error.py
│   │   ├── __init__.py
│   │   ├── language.py
│   │   ├── login.py
│   │   ├── __pycache__
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── episode.cpython-37.pyc
│   │   │   ├── error.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── language.cpython-37.pyc
│   │   │   ├── login.cpython-37.pyc
│   │   │   ├── request.cpython-37.pyc
│   │   │   ├── ui.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── request.py
│   │   ├── ui.py
│   │   ├── util.py
│   │   └── version.py
│   └── addic7ed_cli-1.4.6.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
8 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment