README.md
setup.py
modelcatalog/__init__.py
modelcatalog/api_client.py
modelcatalog/configuration.py
modelcatalog/exceptions.py
modelcatalog/rest.py
modelcatalog/api/__init__.py
modelcatalog/api/catalog_identifier_api.py
modelcatalog/api/causal_diagram_api.py
modelcatalog/api/configuration_setup_api.py
modelcatalog/api/coupled_model_api.py
modelcatalog/api/data_transformation_api.py
modelcatalog/api/data_transformation_setup_api.py
modelcatalog/api/dataset_specification_api.py
modelcatalog/api/default_api.py
modelcatalog/api/empirical_model_api.py
modelcatalog/api/emulator_api.py
modelcatalog/api/equation_api.py
modelcatalog/api/funding_information_api.py
modelcatalog/api/geo_coordinates_api.py
modelcatalog/api/geo_shape_api.py
modelcatalog/api/grid_api.py
modelcatalog/api/hybrid_model_api.py
modelcatalog/api/image_api.py
modelcatalog/api/intervention_api.py
modelcatalog/api/model_api.py
modelcatalog/api/model_category_api.py
modelcatalog/api/model_configuration_api.py
modelcatalog/api/model_configuration_setup_api.py
modelcatalog/api/numerical_index_api.py
modelcatalog/api/organization_api.py
modelcatalog/api/parameter_api.py
modelcatalog/api/person_api.py
modelcatalog/api/point_based_grid_api.py
modelcatalog/api/process_api.py
modelcatalog/api/region_api.py
modelcatalog/api/sample_collection_api.py
modelcatalog/api/sample_execution_api.py
modelcatalog/api/sample_resource_api.py
modelcatalog/api/software_api.py
modelcatalog/api/software_configuration_api.py
modelcatalog/api/software_image_api.py
modelcatalog/api/software_version_api.py
modelcatalog/api/source_code_api.py
modelcatalog/api/spatial_resolution_api.py
modelcatalog/api/spatially_distributed_grid_api.py
modelcatalog/api/standard_variable_api.py
modelcatalog/api/theory_guided_model_api.py
modelcatalog/api/time_interval_api.py
modelcatalog/api/unit_api.py
modelcatalog/api/variable_api.py
modelcatalog/api/variable_presentation_api.py
modelcatalog/api/visualization_api.py
modelcatalog/models/__init__.py
modelcatalog/models/catalog_identifier.py
modelcatalog/models/causal_diagram.py
modelcatalog/models/configuration_setup.py
modelcatalog/models/coupled_model.py
modelcatalog/models/data_transformation.py
modelcatalog/models/data_transformation_setup.py
modelcatalog/models/dataset_specification.py
modelcatalog/models/empirical_model.py
modelcatalog/models/emulator.py
modelcatalog/models/equation.py
modelcatalog/models/funding_information.py
modelcatalog/models/geo_coordinates.py
modelcatalog/models/geo_shape.py
modelcatalog/models/grid.py
modelcatalog/models/hybrid_model.py
modelcatalog/models/image.py
modelcatalog/models/intervention.py
modelcatalog/models/model.py
modelcatalog/models/model_category.py
modelcatalog/models/model_configuration.py
modelcatalog/models/model_configuration_setup.py
modelcatalog/models/numerical_index.py
modelcatalog/models/organization.py
modelcatalog/models/parameter.py
modelcatalog/models/person.py
modelcatalog/models/point_based_grid.py
modelcatalog/models/process.py
modelcatalog/models/region.py
modelcatalog/models/sample_collection.py
modelcatalog/models/sample_execution.py
modelcatalog/models/sample_resource.py
modelcatalog/models/software.py
modelcatalog/models/software_configuration.py
modelcatalog/models/software_image.py
modelcatalog/models/software_version.py
modelcatalog/models/source_code.py
modelcatalog/models/spatial_resolution.py
modelcatalog/models/spatially_distributed_grid.py
modelcatalog/models/standard_variable.py
modelcatalog/models/theory_guided_model.py
modelcatalog/models/time_interval.py
modelcatalog/models/unit.py
modelcatalog/models/user.py
modelcatalog/models/variable.py
modelcatalog/models/variable_presentation.py
modelcatalog/models/visualization.py
modelcatalog_api.egg-info/PKG-INFO
modelcatalog_api.egg-info/SOURCES.txt
modelcatalog_api.egg-info/dependency_links.txt
modelcatalog_api.egg-info/requires.txt
modelcatalog_api.egg-info/top_level.txt
test/test_catalog_identifier.py
test/test_catalog_identifier_api.py
test/test_causal_diagram.py
test/test_causal_diagram_api.py
test/test_configuration_setup.py
test/test_configuration_setup_api.py
test/test_coupled_model.py
test/test_coupled_model_api.py
test/test_data_transformation.py
test/test_data_transformation_api.py
test/test_data_transformation_setup.py
test/test_data_transformation_setup_api.py
test/test_dataset_specification.py
test/test_dataset_specification_api.py
test/test_default_api.py
test/test_empirical_model.py
test/test_empirical_model_api.py
test/test_emulator.py
test/test_emulator_api.py
test/test_equation.py
test/test_equation_api.py
test/test_funding_information.py
test/test_funding_information_api.py
test/test_geo_coordinates.py
test/test_geo_coordinates_api.py
test/test_geo_shape.py
test/test_geo_shape_api.py
test/test_grid.py
test/test_grid_api.py
test/test_hybrid_model.py
test/test_hybrid_model_api.py
test/test_image.py
test/test_image_api.py
test/test_intervention.py
test/test_intervention_api.py
test/test_model.py
test/test_model_api.py
test/test_model_category.py
test/test_model_category_api.py
test/test_model_configuration.py
test/test_model_configuration_api.py
test/test_model_configuration_setup.py
test/test_model_configuration_setup_api.py
test/test_numerical_index.py
test/test_numerical_index_api.py
test/test_organization.py
test/test_organization_api.py
test/test_parameter.py
test/test_parameter_api.py
test/test_person.py
test/test_person_api.py
test/test_point_based_grid.py
test/test_point_based_grid_api.py
test/test_process.py
test/test_process_api.py
test/test_region.py
test/test_region_api.py
test/test_sample_collection.py
test/test_sample_collection_api.py
test/test_sample_execution.py
test/test_sample_execution_api.py
test/test_sample_resource.py
test/test_sample_resource_api.py
test/test_software.py
test/test_software_api.py
test/test_software_configuration.py
test/test_software_configuration_api.py
test/test_software_image.py
test/test_software_image_api.py
test/test_software_version.py
test/test_software_version_api.py
test/test_source_code.py
test/test_source_code_api.py
test/test_spatial_resolution.py
test/test_spatial_resolution_api.py
test/test_spatially_distributed_grid.py
test/test_spatially_distributed_grid_api.py
test/test_standard_variable.py
test/test_standard_variable_api.py
test/test_theory_guided_model.py
test/test_theory_guided_model_api.py
test/test_time_interval.py
test/test_time_interval_api.py
test/test_unit.py
test/test_unit_api.py
test/test_user.py
test/test_variable.py
test/test_variable_api.py
test/test_variable_presentation.py
test/test_variable_presentation_api.py
test/test_visualization.py
test/test_visualization_api.py