Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 24, 2019 10:24
Show Gist options
  • Save ryantm/69b3afaefc4f0fc1bf905330c508fb9d to your computer and use it in GitHub Desktop.
Save ryantm/69b3afaefc4f0fc1bf905330c508fb9d to your computer and use it in GitHub Desktop.
/nix/store/g0jc7yj8g6i64iwza3zknw1k0c23k551-python2.7-internetarchive-1.9.0
├── bin
│   └── ia
├── lib
│   └── python2.7
│   └── site-packages
│   ├── internetarchive
│   │   ├── api.py
│   │   ├── api.pyc
│   │   ├── auth.py
│   │   ├── auth.pyc
│   │   ├── catalog.py
│   │   ├── catalog.pyc
│   │   ├── cli
│   │   │   ├── argparser.py
│   │   │   ├── argparser.pyc
│   │   │   ├── ia_configure.py
│   │   │   ├── ia_configure.pyc
│   │   │   ├── ia_copy.py
│   │   │   ├── ia_copy.pyc
│   │   │   ├── ia_delete.py
│   │   │   ├── ia_delete.pyc
│   │   │   ├── ia_download.py
│   │   │   ├── ia_download.pyc
│   │   │   ├── ia_list.py
│   │   │   ├── ia_list.pyc
│   │   │   ├── ia_metadata.py
│   │   │   ├── ia_metadata.pyc
│   │   │   ├── ia_move.py
│   │   │   ├── ia_move.pyc
│   │   │   ├── ia.py
│   │   │   ├── ia.pyc
│   │   │   ├── ia_search.py
│   │   │   ├── ia_search.pyc
│   │   │   ├── ia_tasks.py
│   │   │   ├── ia_tasks.pyc
│   │   │   ├── ia_upload.py
│   │   │   ├── ia_upload.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── config.py
│   │   ├── config.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── files.py
│   │   ├── files.pyc
│   │   ├── iarequest.py
│   │   ├── iarequest.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── item.py
│   │   ├── item.pyc
│   │   ├── search.py
│   │   ├── search.pyc
│   │   ├── session.py
│   │   ├── session.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   └── internetarchive-1.9.0.dist-info
│   ├── AUTHORS.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 60 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment