Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 11:35
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/7e824b62830204c0a1e8c8d7d60cc52a to your computer and use it in GitHub Desktop.
Save r-ryantm/7e824b62830204c0a1e8c8d7d60cc52a to your computer and use it in GitHub Desktop.
/nix/store/92062bza1gxw5blm72qfn4vfl917k61p-python3.7-aria2p-0.9.1
├── bin
│   └── aria2p
├── lib
│   └── python3.7
│   └── site-packages
│   ├── aria2p
│   │   ├── api.py
│   │   ├── client.py
│   │   ├── cli.py
│   │   ├── downloads.py
│   │   ├── __init__.py
│   │   ├── interface.py
│   │   ├── __main__.py
│   │   ├── options.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── downloads.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── interface.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── options.cpython-37.pyc
│   │   │   ├── stats.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── stats.py
│   │   └── utils.py
│   ├── aria2p-0.9.1.dist-info
│   │   ├── direct_url.json
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   └── WHEEL
│   ├── pyproject.toml
│   └── README.md
└── nix-support
└── propagated-build-inputs
8 directories, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment