Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 14, 2020 12: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 r-ryantm/0fc6d3391329af5b067610376f2038f8 to your computer and use it in GitHub Desktop.
Save r-ryantm/0fc6d3391329af5b067610376f2038f8 to your computer and use it in GitHub Desktop.
/nix/store/i5ypva455xp1ry6pcnj642xjhq08zrya-python3.7-internetarchive-1.9.6
├── bin
│   └── ia
├── lib
│   └── python3.7
│   └── site-packages
│   ├── internetarchive
│   │   ├── api.py
│   │   ├── auth.py
│   │   ├── catalog.py
│   │   ├── cli
│   │   │   ├── argparser.py
│   │   │   ├── ia_configure.py
│   │   │   ├── ia_copy.py
│   │   │   ├── ia_delete.py
│   │   │   ├── ia_download.py
│   │   │   ├── ia_list.py
│   │   │   ├── ia_metadata.py
│   │   │   ├── ia_move.py
│   │   │   ├── ia.py
│   │   │   ├── ia_reviews.py
│   │   │   ├── ia_search.py
│   │   │   ├── ia_tasks.py
│   │   │   ├── ia_upload.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── argparser.cpython-37.pyc
│   │   │   ├── ia_configure.cpython-37.pyc
│   │   │   ├── ia_copy.cpython-37.pyc
│   │   │   ├── ia.cpython-37.pyc
│   │   │   ├── ia_delete.cpython-37.pyc
│   │   │   ├── ia_download.cpython-37.pyc
│   │   │   ├── ia_list.cpython-37.pyc
│   │   │   ├── ia_metadata.cpython-37.pyc
│   │   │   ├── ia_move.cpython-37.pyc
│   │   │   ├── ia_reviews.cpython-37.pyc
│   │   │   ├── ia_search.cpython-37.pyc
│   │   │   ├── ia_tasks.cpython-37.pyc
│   │   │   ├── ia_upload.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── config.py
│   │   ├── exceptions.py
│   │   ├── files.py
│   │   ├── iarequest.py
│   │   ├── __init__.py
│   │   ├── item.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── auth.cpython-37.pyc
│   │   │   ├── catalog.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── files.cpython-37.pyc
│   │   │   ├── iarequest.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── item.cpython-37.pyc
│   │   │   ├── search.cpython-37.pyc
│   │   │   ├── session.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── search.py
│   │   ├── session.py
│   │   └── utils.py
│   └── internetarchive-1.9.6.dist-info
│   ├── AUTHORS.rst
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 64 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment