.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
pyproject.toml
.github/pull_request_template.md
.github/workflows/build_docs.yaml
.github/workflows/check_formatting.yml
.github/workflows/publish_release.yaml
.github/workflows/run_tests.yaml
docs/conf.py
docs/explorer.rst
docs/index.rst
docs/_static/equinor-logo.png
docs/_static/equinor-logo2.jpg
docs/_static/equinor_logo.jpg
docs/_static/equinor_logo_only.jpg
docs/_templates/layout.html
examples/explorer.ipynb
examples/explorer2.ipynb
examples/grids-and-properties.ipynb
examples/metrics.ipynb
examples/table-aggregation.ipynb
src/fmu/__init__.py
src/fmu/sumo/__init__.py
src/fmu/sumo/explorer/__init__.py
src/fmu/sumo/explorer/_version.py
src/fmu/sumo/explorer/cache.py
src/fmu/sumo/explorer/explorer.py
src/fmu/sumo/explorer/filters.py
src/fmu/sumo/explorer/timefilter.py
src/fmu/sumo/explorer/objects/__init__.py
src/fmu/sumo/explorer/objects/_child.py
src/fmu/sumo/explorer/objects/_document.py
src/fmu/sumo/explorer/objects/_metrics.py
src/fmu/sumo/explorer/objects/_search_context.py
src/fmu/sumo/explorer/objects/case.py
src/fmu/sumo/explorer/objects/cases.py
src/fmu/sumo/explorer/objects/cpgrid.py
src/fmu/sumo/explorer/objects/cpgrid_property.py
src/fmu/sumo/explorer/objects/cube.py
src/fmu/sumo/explorer/objects/dictionary.py
src/fmu/sumo/explorer/objects/ensemble.py
src/fmu/sumo/explorer/objects/ensembles.py
src/fmu/sumo/explorer/objects/iteration.py
src/fmu/sumo/explorer/objects/iterations.py
src/fmu/sumo/explorer/objects/polygons.py
src/fmu/sumo/explorer/objects/realization.py
src/fmu/sumo/explorer/objects/realizations.py
src/fmu/sumo/explorer/objects/surface.py
src/fmu/sumo/explorer/objects/table.py
src/fmu_sumo.egg-info/PKG-INFO
src/fmu_sumo.egg-info/SOURCES.txt
src/fmu_sumo.egg-info/dependency_links.txt
src/fmu_sumo.egg-info/requires.txt
src/fmu_sumo.egg-info/top_level.txt
tests/conftest.py
tests/context.py
tests/test_explorer.py
tests/test_objects_table.py