LICENSE
README.md
pyproject.toml
examples/__init__.py
examples/check_s3_bucket.py
examples/plugin_config.py
examples/rule_testing.py
examples/virtual_plugin_config.py
notebooks/mkdataset.py
tests/test_all.py
tests/test_config.py
tests/test_constants.py
tests/test_examples.py
tests/test_formatter.py
tests/test_formatters.py
tests/test_linter.py
tests/test_node.py
tests/test_operation.py
tests/test_plugin.py
tests/test_processor.py
tests/test_result.py
tests/test_rule.py
tests/test_testing.py
tests/_linter/__init__.py
tests/_linter/test_rulectx.py
tests/cli/__init__.py
tests/cli/helpers.py
tests/cli/test_config.py
tests/cli/test_main.py
tests/cli/configs/recommended.py
tests/formatters/__init__.py
tests/formatters/helpers.py
tests/formatters/test_html.py
tests/formatters/test_json.py
tests/formatters/test_simple.py
tests/plugins/__init__.py
tests/plugins/core/__init__.py
tests/plugins/core/test_plugin.py
tests/plugins/core/rules/__init__.py
tests/plugins/core/rules/test_access_latency.py
tests/plugins/core/rules/test_content_desc.py
tests/plugins/core/rules/test_conventions.py
tests/plugins/core/rules/test_coords_for_dims.py
tests/plugins/core/rules/test_grid_mappings.py
tests/plugins/core/rules/test_lat_lon_coordinate.py
tests/plugins/core/rules/test_no_empty_attrs.py
tests/plugins/core/rules/test_no_empty_chunks.py
tests/plugins/core/rules/test_time_coordinate.py
tests/plugins/core/rules/test_var_desc.py
tests/plugins/core/rules/test_var_flags.py
tests/plugins/core/rules/test_var_missing_data.py
tests/plugins/core/rules/test_var_units.py
tests/plugins/xcube/__init__.py
tests/plugins/xcube/helpers.py
tests/plugins/xcube/test_plugin.py
tests/plugins/xcube/processors/__init__.py
tests/plugins/xcube/processors/test_mldataset.py
tests/plugins/xcube/rules/__init__.py
tests/plugins/xcube/rules/test_any_spatial_data_var.py
tests/plugins/xcube/rules/test_cube_dims_order.py
tests/plugins/xcube/rules/test_data_var_colors.py
tests/plugins/xcube/rules/test_dataset_title.py
tests/plugins/xcube/rules/test_grid_mapping_naming.py
tests/plugins/xcube/rules/test_increasing_time.py
tests/plugins/xcube/rules/test_lat_lon_naming.py
tests/plugins/xcube/rules/test_ml_dataset_meta.py
tests/plugins/xcube/rules/test_ml_dataset_time.py
tests/plugins/xcube/rules/test_ml_dataset_xy.py
tests/plugins/xcube/rules/test_no_chunked_coords.py
tests/plugins/xcube/rules/test_single_grid_mapping.py
tests/plugins/xcube/rules/test_time_naming.py
tests/util/__init__.py
tests/util/test_constructible.py
tests/util/test_filefilter.py
tests/util/test_filepattern.py
tests/util/test_formatting.py
tests/util/test_importutil.py
tests/util/test_merge.py
tests/util/test_naming.py
tests/util/test_schema.py
tests/util/test_serializable.py
tests/util/test_importutil_pkg/__init__.py
tests/util/test_importutil_pkg/module1.py
tests/util/test_importutil_pkg/module2/__init__.py
xrlint/__init__.py
xrlint/all.py
xrlint/config.py
xrlint/constants.py
xrlint/formatter.py
xrlint/linter.py
xrlint/node.py
xrlint/operation.py
xrlint/plugin.py
xrlint/processor.py
xrlint/result.py
xrlint/rule.py
xrlint/testing.py
xrlint/version.py
xrlint.egg-info/PKG-INFO
xrlint.egg-info/SOURCES.txt
xrlint.egg-info/dependency_links.txt
xrlint.egg-info/entry_points.txt
xrlint.egg-info/requires.txt
xrlint.egg-info/top_level.txt
xrlint/_linter/__init__.py
xrlint/_linter/apply.py
xrlint/_linter/rulectx.py
xrlint/_linter/validate.py
xrlint/cli/__init__.py
xrlint/cli/config.py
xrlint/cli/constants.py
xrlint/cli/engine.py
xrlint/cli/main.py
xrlint/formatters/__init__.py
xrlint/formatters/html.py
xrlint/formatters/json.py
xrlint/formatters/simple.py
xrlint/plugins/__init__.py
xrlint/plugins/core/__init__.py
xrlint/plugins/core/plugin.py
xrlint/plugins/core/rules/__init__.py
xrlint/plugins/core/rules/access_latency.py
xrlint/plugins/core/rules/content_desc.py
xrlint/plugins/core/rules/conventions.py
xrlint/plugins/core/rules/coords_for_dims.py
xrlint/plugins/core/rules/grid_mappings.py
xrlint/plugins/core/rules/lat_lon_coordinate.py
xrlint/plugins/core/rules/no_empty_attrs.py
xrlint/plugins/core/rules/no_empty_chunks.py
xrlint/plugins/core/rules/time_coordinate.py
xrlint/plugins/core/rules/var_desc.py
xrlint/plugins/core/rules/var_flags.py
xrlint/plugins/core/rules/var_missing_data.py
xrlint/plugins/core/rules/var_units.py
xrlint/plugins/xcube/__init__.py
xrlint/plugins/xcube/constants.py
xrlint/plugins/xcube/plugin.py
xrlint/plugins/xcube/util.py
xrlint/plugins/xcube/processors/__init__.py
xrlint/plugins/xcube/processors/mldataset.py
xrlint/plugins/xcube/rules/__init__.py
xrlint/plugins/xcube/rules/any_spatial_data_var.py
xrlint/plugins/xcube/rules/cube_dims_order.py
xrlint/plugins/xcube/rules/data_var_colors.py
xrlint/plugins/xcube/rules/dataset_title.py
xrlint/plugins/xcube/rules/grid_mapping_naming.py
xrlint/plugins/xcube/rules/increasing_time.py
xrlint/plugins/xcube/rules/lat_lon_naming.py
xrlint/plugins/xcube/rules/ml_dataset_meta.py
xrlint/plugins/xcube/rules/ml_dataset_time.py
xrlint/plugins/xcube/rules/ml_dataset_xy.py
xrlint/plugins/xcube/rules/no_chunked_coords.py
xrlint/plugins/xcube/rules/single_grid_mapping.py
xrlint/plugins/xcube/rules/time_naming.py
xrlint/util/__init__.py
xrlint/util/constructible.py
xrlint/util/filefilter.py
xrlint/util/filepattern.py
xrlint/util/formatting.py
xrlint/util/importutil.py
xrlint/util/merge.py
xrlint/util/naming.py
xrlint/util/schema.py
xrlint/util/serializable.py