Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 14, 2020 10:45
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/db172b82cbc77283331ee508a23b27e7 to your computer and use it in GitHub Desktop.
Save r-ryantm/db172b82cbc77283331ee508a23b27e7 to your computer and use it in GitHub Desktop.
/nix/store/snk53nh1qkz5i9klcaikznhkvl8bsy5z-python3.7-elasticsearch-7.10.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── elasticsearch
│   │   ├── _async
│   │   │   ├── client
│   │   │   │   ├── async_search.py
│   │   │   │   ├── async_search.pyi
│   │   │   │   ├── autoscaling.py
│   │   │   │   ├── autoscaling.pyi
│   │   │   │   ├── cat.py
│   │   │   │   ├── cat.pyi
│   │   │   │   ├── ccr.py
│   │   │   │   ├── ccr.pyi
│   │   │   │   ├── cluster.py
│   │   │   │   ├── cluster.pyi
│   │   │   │   ├── dangling_indices.py
│   │   │   │   ├── dangling_indices.pyi
│   │   │   │   ├── data_frame.py
│   │   │   │   ├── data_frame.pyi
│   │   │   │   ├── deprecation.py
│   │   │   │   ├── deprecation.pyi
│   │   │   │   ├── enrich.py
│   │   │   │   ├── enrich.pyi
│   │   │   │   ├── eql.py
│   │   │   │   ├── eql.pyi
│   │   │   │   ├── graph.py
│   │   │   │   ├── graph.pyi
│   │   │   │   ├── ilm.py
│   │   │   │   ├── ilm.pyi
│   │   │   │   ├── indices.py
│   │   │   │   ├── indices.pyi
│   │   │   │   ├── ingest.py
│   │   │   │   ├── ingest.pyi
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── license.py
│   │   │   │   ├── license.pyi
│   │   │   │   ├── migration.py
│   │   │   │   ├── migration.pyi
│   │   │   │   ├── ml.py
│   │   │   │   ├── ml.pyi
│   │   │   │   ├── monitoring.py
│   │   │   │   ├── monitoring.pyi
│   │   │   │   ├── nodes.py
│   │   │   │   ├── nodes.pyi
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── async_search.cpython-37.pyc
│   │   │   │   │   ├── autoscaling.cpython-37.pyc
│   │   │   │   │   ├── cat.cpython-37.pyc
│   │   │   │   │   ├── ccr.cpython-37.pyc
│   │   │   │   │   ├── cluster.cpython-37.pyc
│   │   │   │   │   ├── dangling_indices.cpython-37.pyc
│   │   │   │   │   ├── data_frame.cpython-37.pyc
│   │   │   │   │   ├── deprecation.cpython-37.pyc
│   │   │   │   │   ├── enrich.cpython-37.pyc
│   │   │   │   │   ├── eql.cpython-37.pyc
│   │   │   │   │   ├── graph.cpython-37.pyc
│   │   │   │   │   ├── ilm.cpython-37.pyc
│   │   │   │   │   ├── indices.cpython-37.pyc
│   │   │   │   │   ├── ingest.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── license.cpython-37.pyc
│   │   │   │   │   ├── migration.cpython-37.pyc
│   │   │   │   │   ├── ml.cpython-37.pyc
│   │   │   │   │   ├── monitoring.cpython-37.pyc
│   │   │   │   │   ├── nodes.cpython-37.pyc
│   │   │   │   │   ├── remote.cpython-37.pyc
│   │   │   │   │   ├── rollup.cpython-37.pyc
│   │   │   │   │   ├── searchable_snapshots.cpython-37.pyc
│   │   │   │   │   ├── security.cpython-37.pyc
│   │   │   │   │   ├── slm.cpython-37.pyc
│   │   │   │   │   ├── snapshot.cpython-37.pyc
│   │   │   │   │   ├── sql.cpython-37.pyc
│   │   │   │   │   ├── ssl.cpython-37.pyc
│   │   │   │   │   ├── tasks.cpython-37.pyc
│   │   │   │   │   ├── transform.cpython-37.pyc
│   │   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   │   ├── watcher.cpython-37.pyc
│   │   │   │   │   └── xpack.cpython-37.pyc
│   │   │   │   ├── remote.py
│   │   │   │   ├── remote.pyi
│   │   │   │   ├── rollup.py
│   │   │   │   ├── rollup.pyi
│   │   │   │   ├── searchable_snapshots.py
│   │   │   │   ├── searchable_snapshots.pyi
│   │   │   │   ├── security.py
│   │   │   │   ├── security.pyi
│   │   │   │   ├── slm.py
│   │   │   │   ├── slm.pyi
│   │   │   │   ├── snapshot.py
│   │   │   │   ├── snapshot.pyi
│   │   │   │   ├── sql.py
│   │   │   │   ├── sql.pyi
│   │   │   │   ├── ssl.py
│   │   │   │   ├── ssl.pyi
│   │   │   │   ├── tasks.py
│   │   │   │   ├── tasks.pyi
│   │   │   │   ├── transform.py
│   │   │   │   ├── transform.pyi
│   │   │   │   ├── utils.py
│   │   │   │   ├── utils.pyi
│   │   │   │   ├── watcher.py
│   │   │   │   ├── watcher.pyi
│   │   │   │   ├── xpack.py
│   │   │   │   └── xpack.pyi
│   │   │   ├── compat.py
│   │   │   ├── compat.pyi
│   │   │   ├── _extra_imports.py
│   │   │   ├── helpers.py
│   │   │   ├── helpers.pyi
│   │   │   ├── http_aiohttp.py
│   │   │   ├── http_aiohttp.pyi
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── compat.cpython-37.pyc
│   │   │   │   ├── _extra_imports.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── http_aiohttp.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── transport.cpython-37.pyc
│   │   │   ├── transport.py
│   │   │   └── transport.pyi
│   │   ├── client
│   │   │   ├── async_search.py
│   │   │   ├── async_search.pyi
│   │   │   ├── autoscaling.py
│   │   │   ├── autoscaling.pyi
│   │   │   ├── cat.py
│   │   │   ├── cat.pyi
│   │   │   ├── ccr.py
│   │   │   ├── ccr.pyi
│   │   │   ├── cluster.py
│   │   │   ├── cluster.pyi
│   │   │   ├── dangling_indices.py
│   │   │   ├── dangling_indices.pyi
│   │   │   ├── data_frame.py
│   │   │   ├── data_frame.pyi
│   │   │   ├── deprecation.py
│   │   │   ├── deprecation.pyi
│   │   │   ├── enrich.py
│   │   │   ├── enrich.pyi
│   │   │   ├── eql.py
│   │   │   ├── eql.pyi
│   │   │   ├── graph.py
│   │   │   ├── graph.pyi
│   │   │   ├── ilm.py
│   │   │   ├── ilm.pyi
│   │   │   ├── indices.py
│   │   │   ├── indices.pyi
│   │   │   ├── ingest.py
│   │   │   ├── ingest.pyi
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── license.py
│   │   │   ├── license.pyi
│   │   │   ├── migration.py
│   │   │   ├── migration.pyi
│   │   │   ├── ml.py
│   │   │   ├── ml.pyi
│   │   │   ├── monitoring.py
│   │   │   ├── monitoring.pyi
│   │   │   ├── nodes.py
│   │   │   ├── nodes.pyi
│   │   │   ├── __pycache__
│   │   │   │   ├── async_search.cpython-37.pyc
│   │   │   │   ├── autoscaling.cpython-37.pyc
│   │   │   │   ├── cat.cpython-37.pyc
│   │   │   │   ├── ccr.cpython-37.pyc
│   │   │   │   ├── cluster.cpython-37.pyc
│   │   │   │   ├── dangling_indices.cpython-37.pyc
│   │   │   │   ├── data_frame.cpython-37.pyc
│   │   │   │   ├── deprecation.cpython-37.pyc
│   │   │   │   ├── enrich.cpython-37.pyc
│   │   │   │   ├── eql.cpython-37.pyc
│   │   │   │   ├── graph.cpython-37.pyc
│   │   │   │   ├── ilm.cpython-37.pyc
│   │   │   │   ├── indices.cpython-37.pyc
│   │   │   │   ├── ingest.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── license.cpython-37.pyc
│   │   │   │   ├── migration.cpython-37.pyc
│   │   │   │   ├── ml.cpython-37.pyc
│   │   │   │   ├── monitoring.cpython-37.pyc
│   │   │   │   ├── nodes.cpython-37.pyc
│   │   │   │   ├── remote.cpython-37.pyc
│   │   │   │   ├── rollup.cpython-37.pyc
│   │   │   │   ├── searchable_snapshots.cpython-37.pyc
│   │   │   │   ├── security.cpython-37.pyc
│   │   │   │   ├── slm.cpython-37.pyc
│   │   │   │   ├── snapshot.cpython-37.pyc
│   │   │   │   ├── sql.cpython-37.pyc
│   │   │   │   ├── ssl.cpython-37.pyc
│   │   │   │   ├── tasks.cpython-37.pyc
│   │   │   │   ├── transform.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   ├── watcher.cpython-37.pyc
│   │   │   │   └── xpack.cpython-37.pyc
│   │   │   ├── remote.py
│   │   │   ├── remote.pyi
│   │   │   ├── rollup.py
│   │   │   ├── rollup.pyi
│   │   │   ├── searchable_snapshots.py
│   │   │   ├── searchable_snapshots.pyi
│   │   │   ├── security.py
│   │   │   ├── security.pyi
│   │   │   ├── slm.py
│   │   │   ├── slm.pyi
│   │   │   ├── snapshot.py
│   │   │   ├── snapshot.pyi
│   │   │   ├── sql.py
│   │   │   ├── sql.pyi
│   │   │   ├── ssl.py
│   │   │   ├── ssl.pyi
│   │   │   ├── tasks.py
│   │   │   ├── tasks.pyi
│   │   │   ├── transform.py
│   │   │   ├── transform.pyi
│   │   │   ├── utils.py
│   │   │   ├── utils.pyi
│   │   │   ├── watcher.py
│   │   │   ├── watcher.pyi
│   │   │   ├── xpack.py
│   │   │   └── xpack.pyi
│   │   ├── compat.py
│   │   ├── compat.pyi
│   │   ├── connection
│   │   │   ├── base.py
│   │   │   ├── base.pyi
│   │   │   ├── http_requests.py
│   │   │   ├── http_requests.pyi
│   │   │   ├── http_urllib3.py
│   │   │   ├── http_urllib3.pyi
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── pooling.py
│   │   │   ├── pooling.pyi
│   │   │   └── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── http_requests.cpython-37.pyc
│   │   │   ├── http_urllib3.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── pooling.cpython-37.pyc
│   │   ├── connection_pool.py
│   │   ├── connection_pool.pyi
│   │   ├── exceptions.py
│   │   ├── exceptions.pyi
│   │   ├── helpers
│   │   │   ├── actions.py
│   │   │   ├── actions.pyi
│   │   │   ├── errors.py
│   │   │   ├── errors.pyi
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── __pycache__
│   │   │   │   ├── actions.cpython-37.pyc
│   │   │   │   ├── errors.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test.cpython-37.pyc
│   │   │   ├── test.py
│   │   │   └── test.pyi
│   │   ├── __init__.py
│   │   ├── __init__.pyi
│   │   ├── __pycache__
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── connection_pool.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── serializer.cpython-37.pyc
│   │   │   ├── transport.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── py.typed
│   │   ├── serializer.py
│   │   ├── serializer.pyi
│   │   ├── transport.py
│   │   ├── transport.pyi
│   │   └── _version.py
│   └── elasticsearch-7.10.1.dist-info
│   ├── AUTHORS
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
17 directories, 272 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment