Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 7, 2020 16:58
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/6aa0ba9499c7feda7950dd17e798d612 to your computer and use it in GitHub Desktop.
Save r-ryantm/6aa0ba9499c7feda7950dd17e798d612 to your computer and use it in GitHub Desktop.
/nix/store/0qq85c47wr92vpl0rq0b0bm048axx1lm-python2.7-quandl-3.4.8
├── lib
│   └── python2.7
│   └── site-packages
│   ├── quandl
│   │   ├── api_config.py
│   │   ├── api_config.pyc
│   │   ├── bulkdownload.py
│   │   ├── bulkdownload.pyc
│   │   ├── connection.py
│   │   ├── connection.pyc
│   │   ├── errors
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── quandl_error.py
│   │   │   └── quandl_error.pyc
│   │   ├── export_table.py
│   │   ├── export_table.pyc
│   │   ├── get.py
│   │   ├── get.pyc
│   │   ├── get_table.py
│   │   ├── get_table.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── message.py
│   │   ├── message.pyc
│   │   ├── model
│   │   │   ├── database.py
│   │   │   ├── database.pyc
│   │   │   ├── data_list.py
│   │   │   ├── data_list.pyc
│   │   │   ├── data_mixin.py
│   │   │   ├── data_mixin.pyc
│   │   │   ├── data.py
│   │   │   ├── data.pyc
│   │   │   ├── dataset.py
│   │   │   ├── dataset.pyc
│   │   │   ├── datatable.py
│   │   │   ├── datatable.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── merged_data_list.py
│   │   │   ├── merged_data_list.pyc
│   │   │   ├── merged_dataset.py
│   │   │   ├── merged_dataset.pyc
│   │   │   ├── model_base.py
│   │   │   ├── model_base.pyc
│   │   │   ├── model_list.py
│   │   │   ├── model_list.pyc
│   │   │   ├── paginated_list.py
│   │   │   └── paginated_list.pyc
│   │   ├── operations
│   │   │   ├── data_list.py
│   │   │   ├── data_list.pyc
│   │   │   ├── get.py
│   │   │   ├── get.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── list.py
│   │   │   ├── list.pyc
│   │   │   ├── operation.py
│   │   │   └── operation.pyc
│   │   ├── util.py
│   │   ├── util.pyc
│   │   ├── utils
│   │   │   ├── api_key_util.py
│   │   │   ├── api_key_util.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── request_type_util.py
│   │   │   └── request_type_util.pyc
│   │   ├── version.py
│   │   └── version.pyc
│   └── Quandl-3.4.8.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 71 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment