LICENSE
README.md
setup.py
src/citrine/__init__.py
src/citrine/__version__.py
src/citrine/_session.py
src/citrine/citrine.py
src/citrine/exceptions.py
src/citrine/test_session.py
src/citrine.egg-info/PKG-INFO
src/citrine.egg-info/SOURCES.txt
src/citrine.egg-info/dependency_links.txt
src/citrine.egg-info/requires.txt
src/citrine.egg-info/top_level.txt
src/citrine/_rest/__init__.py
src/citrine/_rest/ai_resource_metadata.py
src/citrine/_rest/asynchronous_object.py
src/citrine/_rest/collection.py
src/citrine/_rest/pageable.py
src/citrine/_rest/paginator.py
src/citrine/_rest/resource.py
src/citrine/_serialization/__init__.py
src/citrine/_serialization/polymorphic_serializable.py
src/citrine/_serialization/properties.py
src/citrine/_serialization/serializable.py
src/citrine/_utils/__init__.py
src/citrine/_utils/functions.py
src/citrine/builders/__init__.py
src/citrine/builders/descriptors.py
src/citrine/builders/design_spaces.py
src/citrine/builders/predictors.py
src/citrine/gemtables/__init__.py
src/citrine/gemtables/columns.py
src/citrine/gemtables/rows.py
src/citrine/gemtables/variables.py
src/citrine/informatics/__init__.py
src/citrine/informatics/data_sources.py
src/citrine/informatics/descriptors.py
src/citrine/informatics/design_candidate.py
src/citrine/informatics/dimensions.py
src/citrine/informatics/modules.py
src/citrine/informatics/objectives.py
src/citrine/informatics/predictor_evaluation_metrics.py
src/citrine/informatics/predictor_evaluation_result.py
src/citrine/informatics/predictor_evaluator.py
src/citrine/informatics/processors.py
src/citrine/informatics/reports.py
src/citrine/informatics/scores.py
src/citrine/informatics/constraints/__init__.py
src/citrine/informatics/constraints/categorical_constraint.py
src/citrine/informatics/constraints/constraint.py
src/citrine/informatics/constraints/ingredient_count_constraint.py
src/citrine/informatics/constraints/ingredient_fraction_constraint.py
src/citrine/informatics/constraints/label_fraction_constraint.py
src/citrine/informatics/constraints/scalar_range_constraint.py
src/citrine/informatics/design_spaces/__init__.py
src/citrine/informatics/design_spaces/data_source_design_space.py
src/citrine/informatics/design_spaces/design_space.py
src/citrine/informatics/design_spaces/enumerated_design_space.py
src/citrine/informatics/design_spaces/formulation_design_space.py
src/citrine/informatics/design_spaces/product_design_space.py
src/citrine/informatics/executions/__init__.py
src/citrine/informatics/executions/design_execution.py
src/citrine/informatics/executions/predictor_evaluation_execution.py
src/citrine/informatics/predictors/__init__.py
src/citrine/informatics/predictors/auto_ml_predictor.py
src/citrine/informatics/predictors/chemical_formula_featurizer.py
src/citrine/informatics/predictors/expression_predictor.py
src/citrine/informatics/predictors/graph_predictor.py
src/citrine/informatics/predictors/ingredient_fractions_predictor.py
src/citrine/informatics/predictors/ingredients_to_formulation_predictor.py
src/citrine/informatics/predictors/ingredients_to_simple_mixture_predictor.py
src/citrine/informatics/predictors/label_fractions_predictor.py
src/citrine/informatics/predictors/mean_property_predictor.py
src/citrine/informatics/predictors/molecular_structure_featurizer.py
src/citrine/informatics/predictors/predictor.py
src/citrine/informatics/predictors/simple_mixture_predictor.py
src/citrine/informatics/predictors/simple_ml_predictor.py
src/citrine/informatics/workflows/__init__.py
src/citrine/informatics/workflows/design_workflow.py
src/citrine/informatics/workflows/predictor_evaluation_workflow.py
src/citrine/informatics/workflows/workflow.py
src/citrine/jobs/__init__.py
src/citrine/jobs/job.py
src/citrine/jobs/waiting.py
src/citrine/resources/__init__.py
src/citrine/resources/api_error.py
src/citrine/resources/attribute_templates.py
src/citrine/resources/audit_info.py
src/citrine/resources/condition_template.py
src/citrine/resources/data_concepts.py
src/citrine/resources/data_objects.py
src/citrine/resources/dataset.py
src/citrine/resources/delete.py
src/citrine/resources/descriptors.py
src/citrine/resources/design_execution.py
src/citrine/resources/design_space.py
src/citrine/resources/design_workflow.py
src/citrine/resources/file_link.py
src/citrine/resources/gemtables.py
src/citrine/resources/ingredient_run.py
src/citrine/resources/ingredient_spec.py
src/citrine/resources/job.py
src/citrine/resources/material_run.py
src/citrine/resources/material_spec.py
src/citrine/resources/material_template.py
src/citrine/resources/measurement_run.py
src/citrine/resources/measurement_spec.py
src/citrine/resources/measurement_template.py
src/citrine/resources/module.py
src/citrine/resources/object_runs.py
src/citrine/resources/object_specs.py
src/citrine/resources/object_templates.py
src/citrine/resources/parameter_template.py
src/citrine/resources/predictor.py
src/citrine/resources/predictor_evaluation_execution.py
src/citrine/resources/predictor_evaluation_workflow.py
src/citrine/resources/process_run.py
src/citrine/resources/process_spec.py
src/citrine/resources/process_template.py
src/citrine/resources/processor.py
src/citrine/resources/project.py
src/citrine/resources/project_member.py
src/citrine/resources/project_roles.py
src/citrine/resources/property_template.py
src/citrine/resources/report.py
src/citrine/resources/response.py
src/citrine/resources/table_config.py
src/citrine/resources/templates.py
src/citrine/resources/user.py
src/citrine/seeding/__init__.py
src/citrine/seeding/find_or_create.py
src/citrine/seeding/sort_gems.py