.gitignore
README.md
pyproject.toml
.github/workflows/documentation.yml
.github/workflows/publish.yml
UncountablePythonSDK.egg-info/PKG-INFO
UncountablePythonSDK.egg-info/SOURCES.txt
UncountablePythonSDK.egg-info/dependency_links.txt
UncountablePythonSDK.egg-info/requires.txt
UncountablePythonSDK.egg-info/top_level.txt
docs/.gitignore
docs/conf.py
docs/index.md
docs/justfile
docs/quickstart.md
docs/requirements.txt
docs/static/logo_blue.png
docs/static/favicons/android-chrome-192x192.png
docs/static/favicons/android-chrome-512x512.png
docs/static/favicons/apple-touch-icon.png
docs/static/favicons/browserconfig.xml
docs/static/favicons/favicon-16x16.png
docs/static/favicons/favicon-32x32.png
docs/static/favicons/manifest.json
docs/static/favicons/mstile-150x150.png
docs/static/favicons/safari-pinned-tab.svg
examples/async_batch.py
examples/create_entity.py
examples/edit_recipe_inputs.py
examples/invoke_uploader.py
examples/set_recipe_metadata_file.py
examples/set_recipe_output_file_sdk.py
examples/upload_files.py
examples/integration-server/pyproject.toml
examples/integration-server/jobs/materials_auto/example_cron.py
examples/integration-server/jobs/materials_auto/profile.yaml
pkgs/__init__.py
pkgs/py.typed
pkgs/argument_parser/__init__.py
pkgs/argument_parser/_is_enum.py
pkgs/argument_parser/_is_namedtuple.py
pkgs/argument_parser/argument_parser.py
pkgs/argument_parser/case_convert.py
pkgs/filesystem_utils/__init__.py
pkgs/filesystem_utils/_gdrive_session.py
pkgs/filesystem_utils/_local_session.py
pkgs/filesystem_utils/_s3_session.py
pkgs/filesystem_utils/_sftp_session.py
pkgs/filesystem_utils/file_type_utils.py
pkgs/filesystem_utils/filesystem_session.py
pkgs/serialization/__init__.py
pkgs/serialization/missing_sentry.py
pkgs/serialization/opaque_key.py
pkgs/serialization/serial_class.py
pkgs/serialization/serial_union.py
pkgs/serialization/yaml.py
pkgs/serialization_util/__init__.py
pkgs/serialization_util/_get_type_for_serialization.py
pkgs/serialization_util/convert_to_snakecase.py
pkgs/serialization_util/serialization_helpers.py
pkgs/strenum_compat/__init__.py
pkgs/strenum_compat/strenum_compat.py
pkgs/type_spec/__init__.py
pkgs/type_spec/__main__.py
pkgs/type_spec/builder.py
pkgs/type_spec/config.py
pkgs/type_spec/emit_io_ts.py
pkgs/type_spec/emit_open_api.py
pkgs/type_spec/emit_open_api_util.py
pkgs/type_spec/emit_python.py
pkgs/type_spec/emit_typescript.py
pkgs/type_spec/emit_typescript_util.py
pkgs/type_spec/load_types.py
pkgs/type_spec/open_api_util.py
pkgs/type_spec/test.py
pkgs/type_spec/util.py
pkgs/type_spec/actions_registry/__init__.py
pkgs/type_spec/actions_registry/__main__.py
pkgs/type_spec/actions_registry/emit_typescript.py
pkgs/type_spec/parts/base.py.prepart
pkgs/type_spec/parts/base.ts.prepart
pkgs/type_spec/type_info/__main__.py
pkgs/type_spec/type_info/emit_type_info.py
pkgs/type_spec/value_spec/__init__.py
pkgs/type_spec/value_spec/__main__.py
pkgs/type_spec/value_spec/convert_type.py
pkgs/type_spec/value_spec/emit_python.py
pkgs/type_spec/value_spec/types.py
uncountable/__init__.py
uncountable/py.typed
uncountable/core/__init__.py
uncountable/core/async_batch.py
uncountable/core/client.py
uncountable/core/environment.py
uncountable/core/file_upload.py
uncountable/core/types.py
uncountable/integration/__init__.py
uncountable/integration/cli.py
uncountable/integration/construct_client.py
uncountable/integration/cron.py
uncountable/integration/entrypoint.py
uncountable/integration/job.py
uncountable/integration/scan_profiles.py
uncountable/integration/scheduler.py
uncountable/integration/server.py
uncountable/integration/telemetry.py
uncountable/integration/db/__init__.py
uncountable/integration/db/connect.py
uncountable/integration/db/session.py
uncountable/integration/executors/__init__.py
uncountable/integration/executors/executors.py
uncountable/integration/executors/generic_upload_executor.py
uncountable/integration/executors/script_executor.py
uncountable/integration/queue_runner/__init__.py
uncountable/integration/queue_runner/job_scheduler.py
uncountable/integration/queue_runner/queue_runner.py
uncountable/integration/queue_runner/types.py
uncountable/integration/queue_runner/worker.py
uncountable/integration/queue_runner/command_server/__init__.py
uncountable/integration/queue_runner/command_server/command_client.py
uncountable/integration/queue_runner/command_server/command_server.py
uncountable/integration/queue_runner/command_server/types.py
uncountable/integration/queue_runner/command_server/protocol/__init__.py
uncountable/integration/queue_runner/command_server/protocol/command_server.proto
uncountable/integration/queue_runner/command_server/protocol/command_server_pb2.py
uncountable/integration/queue_runner/command_server/protocol/command_server_pb2.pyi
uncountable/integration/queue_runner/command_server/protocol/command_server_pb2_grpc.py
uncountable/integration/queue_runner/datastore/__init__.py
uncountable/integration/queue_runner/datastore/datastore_sqlite.py
uncountable/integration/queue_runner/datastore/interface.py
uncountable/integration/queue_runner/datastore/model.py
uncountable/integration/secret_retrieval/__init__.py
uncountable/integration/secret_retrieval/retrieve_secret.py
uncountable/integration/webhook_server/entrypoint.py
uncountable/types/__init__.py
uncountable/types/async_batch.py
uncountable/types/async_batch_processor.py
uncountable/types/async_batch_t.py
uncountable/types/base.py
uncountable/types/base_t.py
uncountable/types/calculations.py
uncountable/types/calculations_t.py
uncountable/types/chemical_structure.py
uncountable/types/chemical_structure_t.py
uncountable/types/client_base.py
uncountable/types/client_config.py
uncountable/types/client_config_t.py
uncountable/types/curves.py
uncountable/types/curves_t.py
uncountable/types/entity.py
uncountable/types/entity_t.py
uncountable/types/experiment_groups.py
uncountable/types/experiment_groups_t.py
uncountable/types/field_values.py
uncountable/types/field_values_t.py
uncountable/types/fields.py
uncountable/types/fields_t.py
uncountable/types/generic_upload.py
uncountable/types/generic_upload_t.py
uncountable/types/id_source.py
uncountable/types/id_source_t.py
uncountable/types/identifier.py
uncountable/types/identifier_t.py
uncountable/types/input_attributes.py
uncountable/types/input_attributes_t.py
uncountable/types/inputs.py
uncountable/types/inputs_t.py
uncountable/types/job_definition.py
uncountable/types/job_definition_t.py
uncountable/types/outputs.py
uncountable/types/outputs_t.py
uncountable/types/overrides.py
uncountable/types/overrides_t.py
uncountable/types/permissions.py
uncountable/types/permissions_t.py
uncountable/types/phases.py
uncountable/types/phases_t.py
uncountable/types/post_base.py
uncountable/types/post_base_t.py
uncountable/types/queued_job.py
uncountable/types/queued_job_t.py
uncountable/types/recipe_identifiers.py
uncountable/types/recipe_identifiers_t.py
uncountable/types/recipe_inputs.py
uncountable/types/recipe_inputs_t.py
uncountable/types/recipe_links.py
uncountable/types/recipe_links_t.py
uncountable/types/recipe_metadata.py
uncountable/types/recipe_metadata_t.py
uncountable/types/recipe_output_metadata.py
uncountable/types/recipe_output_metadata_t.py
uncountable/types/recipe_tags.py
uncountable/types/recipe_tags_t.py
uncountable/types/recipe_workflow_steps.py
uncountable/types/recipe_workflow_steps_t.py
uncountable/types/recipes.py
uncountable/types/recipes_t.py
uncountable/types/response.py
uncountable/types/response_t.py
uncountable/types/secret_retrieval.py
uncountable/types/secret_retrieval_t.py
uncountable/types/units.py
uncountable/types/units_t.py
uncountable/types/users.py
uncountable/types/users_t.py
uncountable/types/webhook_job.py
uncountable/types/webhook_job_t.py
uncountable/types/workflows.py
uncountable/types/workflows_t.py
uncountable/types/api/__init__.py
uncountable/types/api/batch/__init__.py
uncountable/types/api/batch/execute_batch.py
uncountable/types/api/batch/execute_batch_load_async.py
uncountable/types/api/chemical/__init__.py
uncountable/types/api/chemical/convert_chemical_formats.py
uncountable/types/api/entity/__init__.py
uncountable/types/api/entity/create_entities.py
uncountable/types/api/entity/create_entity.py
uncountable/types/api/entity/get_entities_data.py
uncountable/types/api/entity/list_entities.py
uncountable/types/api/entity/lock_entity.py
uncountable/types/api/entity/resolve_entity_ids.py
uncountable/types/api/entity/set_values.py
uncountable/types/api/entity/transition_entity_phase.py
uncountable/types/api/entity/unlock_entity.py
uncountable/types/api/equipment/__init__.py
uncountable/types/api/equipment/associate_equipment_input.py
uncountable/types/api/field_options/__init__.py
uncountable/types/api/field_options/upsert_field_options.py
uncountable/types/api/id_source/__init__.py
uncountable/types/api/id_source/list_id_source.py
uncountable/types/api/id_source/match_id_source.py
uncountable/types/api/input_groups/__init__.py
uncountable/types/api/input_groups/get_input_group_names.py
uncountable/types/api/inputs/__init__.py
uncountable/types/api/inputs/create_inputs.py
uncountable/types/api/inputs/get_input_data.py
uncountable/types/api/inputs/get_input_names.py
uncountable/types/api/inputs/get_inputs_data.py
uncountable/types/api/inputs/set_input_attribute_values.py
uncountable/types/api/inputs/set_input_category.py
uncountable/types/api/inputs/set_input_subcategories.py
uncountable/types/api/inputs/set_intermediate_type.py
uncountable/types/api/material_families/__init__.py
uncountable/types/api/material_families/update_entity_material_families.py
uncountable/types/api/outputs/__init__.py
uncountable/types/api/outputs/get_output_data.py
uncountable/types/api/outputs/get_output_names.py
uncountable/types/api/outputs/resolve_output_conditions.py
uncountable/types/api/permissions/__init__.py
uncountable/types/api/permissions/set_core_permissions.py
uncountable/types/api/project/__init__.py
uncountable/types/api/project/get_projects.py
uncountable/types/api/project/get_projects_data.py
uncountable/types/api/recipe_links/__init__.py
uncountable/types/api/recipe_links/create_recipe_link.py
uncountable/types/api/recipe_links/remove_recipe_link.py
uncountable/types/api/recipe_metadata/__init__.py
uncountable/types/api/recipe_metadata/get_recipe_metadata_data.py
uncountable/types/api/recipes/__init__.py
uncountable/types/api/recipes/add_recipe_to_project.py
uncountable/types/api/recipes/archive_recipes.py
uncountable/types/api/recipes/associate_recipe_as_input.py
uncountable/types/api/recipes/associate_recipe_as_lot.py
uncountable/types/api/recipes/clear_recipe_outputs.py
uncountable/types/api/recipes/create_recipe.py
uncountable/types/api/recipes/create_recipes.py
uncountable/types/api/recipes/disassociate_recipe_as_input.py
uncountable/types/api/recipes/edit_recipe_inputs.py
uncountable/types/api/recipes/get_curve.py
uncountable/types/api/recipes/get_recipe_calculations.py
uncountable/types/api/recipes/get_recipe_links.py
uncountable/types/api/recipes/get_recipe_names.py
uncountable/types/api/recipes/get_recipe_output_metadata.py
uncountable/types/api/recipes/get_recipes_data.py
uncountable/types/api/recipes/lock_recipes.py
uncountable/types/api/recipes/remove_recipe_from_project.py
uncountable/types/api/recipes/set_recipe_inputs.py
uncountable/types/api/recipes/set_recipe_metadata.py
uncountable/types/api/recipes/set_recipe_output_annotations.py
uncountable/types/api/recipes/set_recipe_output_file.py
uncountable/types/api/recipes/set_recipe_outputs.py
uncountable/types/api/recipes/set_recipe_tags.py
uncountable/types/api/recipes/unarchive_recipes.py
uncountable/types/api/recipes/unlock_recipes.py
uncountable/types/api/triggers/__init__.py
uncountable/types/api/triggers/run_trigger.py
uncountable/types/api/uploader/__init__.py
uncountable/types/api/uploader/invoke_uploader.py