.coveragerc
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Pipfile
Pipfile.lock
README.md
codecov.yml
core-requirements.txt
generate_code_snippets.py
pyproject.toml
pytest.ini
readthedocs.yml
setup-core.py
setup.py
tox.ini
.github/CODEOWNERS
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/feature-request.md
.github/workflows/release.yaml
.github/workflows/test_and_build.yml
cognite/client/__init__.py
cognite/client/_api_client.py
cognite/client/_cognite_client.py
cognite/client/_http_client.py
cognite/client/_version.py
cognite/client/beta.py
cognite/client/exceptions.py
cognite/client/experimental.py
cognite/client/testing.py
cognite/client/_api/__init__.py
cognite/client/_api/assets.py
cognite/client/_api/data_sets.py
cognite/client/_api/datapoints.py
cognite/client/_api/entity_matching.py
cognite/client/_api/events.py
cognite/client/_api/extractionpipelines.py
cognite/client/_api/files.py
cognite/client/_api/iam.py
cognite/client/_api/labels.py
cognite/client/_api/login.py
cognite/client/_api/raw.py
cognite/client/_api/relationships.py
cognite/client/_api/sequences.py
cognite/client/_api/synthetic_time_series.py
cognite/client/_api/templates.py
cognite/client/_api/three_d.py
cognite/client/_api/time_series.py
cognite/client/_api/model_hosting/__init__.py
cognite/client/_api/model_hosting/models.py
cognite/client/_api/model_hosting/schedules.py
cognite/client/_api/model_hosting/source_packages.py
cognite/client/_api/model_hosting/versions.py
cognite/client/_api/transformations/__init__.py
cognite/client/_api/transformations/jobs.py
cognite/client/_api/transformations/notifications.py
cognite/client/_api/transformations/schedules.py
cognite/client/_api/transformations/schema.py
cognite/client/data_classes/__init__.py
cognite/client/data_classes/_base.py
cognite/client/data_classes/assets.py
cognite/client/data_classes/contextualization.py
cognite/client/data_classes/data_sets.py
cognite/client/data_classes/datapoints.py
cognite/client/data_classes/events.py
cognite/client/data_classes/extractionpipelines.py
cognite/client/data_classes/files.py
cognite/client/data_classes/iam.py
cognite/client/data_classes/labels.py
cognite/client/data_classes/login.py
cognite/client/data_classes/raw.py
cognite/client/data_classes/relationships.py
cognite/client/data_classes/sequences.py
cognite/client/data_classes/shared.py
cognite/client/data_classes/templates.py
cognite/client/data_classes/three_d.py
cognite/client/data_classes/time_series.py
cognite/client/data_classes/model_hosting/__init__.py
cognite/client/data_classes/model_hosting/models.py
cognite/client/data_classes/model_hosting/schedules.py
cognite/client/data_classes/model_hosting/source_packages.py
cognite/client/data_classes/model_hosting/versions.py
cognite/client/data_classes/transformations/__init__.py
cognite/client/data_classes/transformations/common.py
cognite/client/data_classes/transformations/jobs.py
cognite/client/data_classes/transformations/notifications.py
cognite/client/data_classes/transformations/schedules.py
cognite/client/data_classes/transformations/schema.py
cognite/client/utils/__init__.py
cognite/client/utils/_auxiliary.py
cognite/client/utils/_client_config.py
cognite/client/utils/_concurrency.py
cognite/client/utils/_experimental_warning.py
cognite/client/utils/_logging.py
cognite/client/utils/_time.py
cognite/client/utils/_token_generator.py
cognite/client/utils/_version_checker.py
cognite_sdk_core.egg-info/PKG-INFO
cognite_sdk_core.egg-info/SOURCES.txt
cognite_sdk_core.egg-info/dependency_links.txt
cognite_sdk_core.egg-info/requires.txt
cognite_sdk_core.egg-info/top_level.txt
docs/Makefile
docs/source/cognite.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_static/empty
docs/source/_templates/empty
docs/source/img/cognite_logo_black.png
docs/source/img/cognite_logo_white.png
scripts/deploy_code_snippets.sh
tests/__init__.py
tests/conftest.py
tests/utils.py
tests/tests_integration/__init__.py
tests/tests_integration/conftest.py
tests/tests_integration/test_cognite_client.py
tests/tests_integration/test_api/__init__.py
tests/tests_integration/test_api/test_assets.py
tests/tests_integration/test_api/test_data_sets.py
tests/tests_integration/test_api/test_datapoints.py
tests/tests_integration/test_api/test_entity_matching.py
tests/tests_integration/test_api/test_events.py
tests/tests_integration/test_api/test_extraction_pipelines.py
tests/tests_integration/test_api/test_files.py
tests/tests_integration/test_api/test_iam.py
tests/tests_integration/test_api/test_labels.py
tests/tests_integration/test_api/test_raw.py
tests/tests_integration/test_api/test_relationships.py
tests/tests_integration/test_api/test_sequences.py
tests/tests_integration/test_api/test_sequences_data.py
tests/tests_integration/test_api/test_synthetic_time_series.py
tests/tests_integration/test_api/test_templates.py
tests/tests_integration/test_api/test_three_d.py
tests/tests_integration/test_api/test_time_series.py
tests/tests_integration/test_api/test_transformations/__init__.py
tests/tests_integration/test_api/test_transformations/test_jobs.py
tests/tests_integration/test_api/test_transformations/test_notifications.py
tests/tests_integration/test_api/test_transformations/test_schedules.py
tests/tests_integration/test_api/test_transformations/test_schema.py
tests/tests_integration/test_api/test_transformations/test_transformations.py
tests/tests_unit/__init__.py
tests/tests_unit/conftest.py
tests/tests_unit/test_api_client.py
tests/tests_unit/test_base.py
tests/tests_unit/test_cognite_client.py
tests/tests_unit/test_docstring_examples.py
tests/tests_unit/test_exceptions.py
tests/tests_unit/test_http_client.py
tests/tests_unit/test_testing.py
tests/tests_unit/test_api/__init__.py
tests/tests_unit/test_api/test_3d.py
tests/tests_unit/test_api/test_assets.py
tests/tests_unit/test_api/test_data_sets.py
tests/tests_unit/test_api/test_datapoints.py
tests/tests_unit/test_api/test_entity_matching.py
tests/tests_unit/test_api/test_events.py
tests/tests_unit/test_api/test_files.py
tests/tests_unit/test_api/test_iam.py
tests/tests_unit/test_api/test_labels.py
tests/tests_unit/test_api/test_raw.py
tests/tests_unit/test_api/test_relationships.py
tests/tests_unit/test_api/test_sequences.py
tests/tests_unit/test_api/test_signatures.py
tests/tests_unit/test_api/test_synthetic_time_series.py
tests/tests_unit/test_api/test_time_series.py
tests/tests_unit/test_api/files_for_test_upload/file_for_test_upload_1.txt
tests/tests_unit/test_api/files_for_test_upload/file_for_test_upload_2.txt
tests/tests_unit/test_api/files_for_test_upload/files_for_test_recursive_upload/file_for_test_upload_3.txt
tests/tests_unit/test_data_classes/__init__.py
tests/tests_unit/test_data_classes/test_assets.py
tests/tests_unit/test_data_classes/test_contextualization.py
tests/tests_unit/test_data_classes/test_generated.py
tests/tests_unit/test_data_classes/test_repr.py
tests/tests_unit/test_data_classes/test_time_series.py
tests/tests_unit/test_utils/__init__.py
tests/tests_unit/test_utils/test_auxiliary.py
tests/tests_unit/test_utils/test_time.py
tests/tests_unit/test_utils/test_token_generation.py