UncountablePythonSDK 0.0.39__tar.gz → 0.0.40__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of UncountablePythonSDK might be problematic. Click here for more details.
- {uncountablepythonsdk-0.0.39/UncountablePythonSDK.egg-info → uncountablepythonsdk-0.0.40}/PKG-INFO +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40/UncountablePythonSDK.egg-info}/PKG-INFO +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/UncountablePythonSDK.egg-info/SOURCES.txt +29 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/emit_python.py +40 -7
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/type_info/emit_type_info.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/__init__.py +29 -29
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/batch/execute_batch.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/batch/execute_batch_load_async.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/chemical/convert_chemical_formats.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/entity/create_entities.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/entity/create_entity.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/entity/get_entities_data.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/entity/list_entities.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/entity/lock_entity.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/entity/resolve_entity_ids.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/entity/set_values.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/entity/transition_entity_phase.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/entity/unlock_entity.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/equipment/associate_equipment_input.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/field_options/upsert_field_options.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/id_source/list_id_source.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/id_source/match_id_source.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/input_groups/get_input_group_names.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/inputs/create_inputs.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/inputs/get_input_data.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/inputs/get_input_names.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/inputs/get_inputs_data.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/inputs/set_input_attribute_values.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/inputs/set_input_category.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/inputs/set_input_subcategories.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/inputs/set_intermediate_type.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/material_families/update_entity_material_families.py +5 -5
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/outputs/get_output_data.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/outputs/get_output_names.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/outputs/resolve_output_conditions.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/permissions/set_core_permissions.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/project/get_projects.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/project/get_projects_data.py +4 -4
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipe_links/create_recipe_link.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipe_links/remove_recipe_link.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipe_metadata/get_recipe_metadata_data.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/add_recipe_to_project.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/archive_recipes.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/associate_recipe_as_input.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/associate_recipe_as_lot.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/create_recipe.py +4 -4
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/create_recipes.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/disassociate_recipe_as_input.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/edit_recipe_inputs.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/get_curve.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/get_recipe_calculations.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/get_recipe_links.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/get_recipe_names.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/get_recipe_output_metadata.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/get_recipes_data.py +7 -7
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/lock_recipes.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/remove_recipe_from_project.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/set_recipe_inputs.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/set_recipe_metadata.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/set_recipe_output_annotations.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/set_recipe_outputs.py +3 -3
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/set_recipe_tags.py +2 -2
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/unarchive_recipes.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/unlock_recipes.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/triggers/run_trigger.py +2 -2
- uncountablepythonsdk-0.0.40/uncountable/types/async_batch.py +11 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/async_batch_processor.py +6 -6
- uncountablepythonsdk-0.0.39/uncountable/types/async_batch.py → uncountablepythonsdk-0.0.40/uncountable/types/async_batch_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/base.py +11 -0
- uncountablepythonsdk-0.0.40/uncountable/types/calculations.py +8 -0
- uncountablepythonsdk-0.0.39/uncountable/types/calculations.py → uncountablepythonsdk-0.0.40/uncountable/types/calculations_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/chemical_structure.py +8 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/client_base.py +12 -12
- uncountablepythonsdk-0.0.40/uncountable/types/curves.py +10 -0
- uncountablepythonsdk-0.0.39/uncountable/types/curves.py → uncountablepythonsdk-0.0.40/uncountable/types/curves_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/entity.py +9 -0
- uncountablepythonsdk-0.0.39/uncountable/types/entity.py → uncountablepythonsdk-0.0.40/uncountable/types/entity_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/experiment_groups.py +8 -0
- uncountablepythonsdk-0.0.39/uncountable/types/experiment_groups.py → uncountablepythonsdk-0.0.40/uncountable/types/experiment_groups_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/field_values.py +11 -0
- uncountablepythonsdk-0.0.39/uncountable/types/field_values.py → uncountablepythonsdk-0.0.40/uncountable/types/field_values_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/fields.py +8 -0
- uncountablepythonsdk-0.0.39/uncountable/types/fields.py → uncountablepythonsdk-0.0.40/uncountable/types/fields_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/id_source.py +12 -0
- uncountablepythonsdk-0.0.39/uncountable/types/id_source.py → uncountablepythonsdk-0.0.40/uncountable/types/id_source_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/identifier.py +11 -0
- uncountablepythonsdk-0.0.39/uncountable/types/identifier.py → uncountablepythonsdk-0.0.40/uncountable/types/identifier_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/input_attributes.py +8 -0
- uncountablepythonsdk-0.0.39/uncountable/types/input_attributes.py → uncountablepythonsdk-0.0.40/uncountable/types/input_attributes_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/inputs.py +10 -0
- uncountablepythonsdk-0.0.39/uncountable/types/inputs.py → uncountablepythonsdk-0.0.40/uncountable/types/inputs_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/outputs.py +8 -0
- uncountablepythonsdk-0.0.39/uncountable/types/outputs.py → uncountablepythonsdk-0.0.40/uncountable/types/outputs_t.py +2 -2
- uncountablepythonsdk-0.0.40/uncountable/types/permissions.py +8 -0
- uncountablepythonsdk-0.0.40/uncountable/types/phases.py +8 -0
- uncountablepythonsdk-0.0.39/uncountable/types/phases.py → uncountablepythonsdk-0.0.40/uncountable/types/phases_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/post_base.py +8 -0
- uncountablepythonsdk-0.0.40/uncountable/types/recipe_identifiers.py +12 -0
- uncountablepythonsdk-0.0.39/uncountable/types/recipe_identifiers.py → uncountablepythonsdk-0.0.40/uncountable/types/recipe_identifiers_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/recipe_inputs.py +9 -0
- uncountablepythonsdk-0.0.40/uncountable/types/recipe_links.py +9 -0
- uncountablepythonsdk-0.0.39/uncountable/types/recipe_links.py → uncountablepythonsdk-0.0.40/uncountable/types/recipe_links_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/recipe_metadata.py +10 -0
- uncountablepythonsdk-0.0.39/uncountable/types/recipe_metadata.py → uncountablepythonsdk-0.0.40/uncountable/types/recipe_metadata_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/recipe_output_metadata.py +8 -0
- uncountablepythonsdk-0.0.39/uncountable/types/recipe_output_metadata.py → uncountablepythonsdk-0.0.40/uncountable/types/recipe_output_metadata_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/recipe_tags.py +8 -0
- uncountablepythonsdk-0.0.39/uncountable/types/recipe_tags.py → uncountablepythonsdk-0.0.40/uncountable/types/recipe_tags_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/recipe_workflow_steps.py +14 -0
- uncountablepythonsdk-0.0.39/uncountable/types/recipe_workflow_steps.py → uncountablepythonsdk-0.0.40/uncountable/types/recipe_workflow_steps_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/recipes.py +8 -0
- uncountablepythonsdk-0.0.40/uncountable/types/response.py +8 -0
- uncountablepythonsdk-0.0.40/uncountable/types/units.py +8 -0
- uncountablepythonsdk-0.0.39/uncountable/types/units.py → uncountablepythonsdk-0.0.40/uncountable/types/units_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/users.py +8 -0
- uncountablepythonsdk-0.0.39/uncountable/types/users.py → uncountablepythonsdk-0.0.40/uncountable/types/users_t.py +1 -1
- uncountablepythonsdk-0.0.40/uncountable/types/workflows.py +9 -0
- uncountablepythonsdk-0.0.39/uncountable/types/workflows.py → uncountablepythonsdk-0.0.40/uncountable/types/workflows_t.py +1 -1
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/.github/workflows/documentation.yml +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/.github/workflows/publish.yml +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/.gitignore +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/README.md +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/UncountablePythonSDK.egg-info/dependency_links.txt +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/UncountablePythonSDK.egg-info/requires.txt +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/UncountablePythonSDK.egg-info/top_level.txt +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/.gitignore +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/conf.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/index.md +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/justfile +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/quickstart.md +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/requirements.txt +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/static/favicons/android-chrome-192x192.png +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/static/favicons/android-chrome-512x512.png +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/static/favicons/apple-touch-icon.png +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/static/favicons/browserconfig.xml +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/static/favicons/favicon-16x16.png +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/static/favicons/favicon-32x32.png +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/static/favicons/manifest.json +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/static/favicons/mstile-150x150.png +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/static/favicons/safari-pinned-tab.svg +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/docs/static/logo_blue.png +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/examples/async_batch.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/examples/create_entity.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/examples/edit_recipe_inputs.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/examples/upload_files.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/argument_parser/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/argument_parser/_is_enum.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/argument_parser/_is_namedtuple.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/argument_parser/argument_parser.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/argument_parser/case_convert.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/serialization/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/serialization/missing_sentry.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/serialization/opaque_key.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/serialization/serial_class.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/serialization/serial_union.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/serialization_util/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/serialization_util/_get_type_for_serialization.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/serialization_util/convert_to_snakecase.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/serialization_util/serialization_helpers.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/strenum_compat/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/strenum_compat/strenum_compat.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/__main__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/actions_registry/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/actions_registry/__main__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/actions_registry/emit_typescript.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/builder.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/config.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/emit_io_ts.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/emit_open_api.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/emit_open_api_util.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/emit_typescript.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/emit_typescript_util.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/load_types.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/open_api_util.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/parts/base.py.prepart +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/parts/base.ts.prepart +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/test.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/type_info/__main__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/util.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/value_spec/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/value_spec/__main__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/value_spec/convert_type.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/value_spec/emit_python.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pkgs/type_spec/value_spec/types.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/pyproject.toml +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/setup.cfg +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/core/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/core/async_batch.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/core/client.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/core/file_upload.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/core/types.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/integration/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/integration/construct_client.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/integration/cron.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/integration/db/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/integration/db/connect.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/integration/entrypoint.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/integration/executors/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/integration/executors/script_executor.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/integration/job.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/integration/server.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/integration/types.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/py.typed +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/batch/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/chemical/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/entity/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/equipment/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/field_options/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/id_source/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/input_groups/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/inputs/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/material_families/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/outputs/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/permissions/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/project/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipe_links/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipe_metadata/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/recipes/__init__.py +0 -0
- {uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40}/uncountable/types/api/triggers/__init__.py +0 -0
- /uncountablepythonsdk-0.0.39/uncountable/types/base.py → /uncountablepythonsdk-0.0.40/uncountable/types/base_t.py +0 -0
- /uncountablepythonsdk-0.0.39/uncountable/types/chemical_structure.py → /uncountablepythonsdk-0.0.40/uncountable/types/chemical_structure_t.py +0 -0
- /uncountablepythonsdk-0.0.39/uncountable/types/permissions.py → /uncountablepythonsdk-0.0.40/uncountable/types/permissions_t.py +0 -0
- /uncountablepythonsdk-0.0.39/uncountable/types/post_base.py → /uncountablepythonsdk-0.0.40/uncountable/types/post_base_t.py +0 -0
- /uncountablepythonsdk-0.0.39/uncountable/types/recipe_inputs.py → /uncountablepythonsdk-0.0.40/uncountable/types/recipe_inputs_t.py +0 -0
- /uncountablepythonsdk-0.0.39/uncountable/types/recipes.py → /uncountablepythonsdk-0.0.40/uncountable/types/recipes_t.py +0 -0
- /uncountablepythonsdk-0.0.39/uncountable/types/response.py → /uncountablepythonsdk-0.0.40/uncountable/types/response_t.py +0 -0
{uncountablepythonsdk-0.0.39/UncountablePythonSDK.egg-info → uncountablepythonsdk-0.0.40}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: UncountablePythonSDK
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.40
|
|
4
4
|
Summary: Uncountable SDK
|
|
5
5
|
Project-URL: Homepage, https://github.com/uncountableinc/uncountable-python-sdk
|
|
6
6
|
Project-URL: Repository, https://github.com/uncountableinc/uncountable-python-sdk.git
|
{uncountablepythonsdk-0.0.39 → uncountablepythonsdk-0.0.40/UncountablePythonSDK.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: UncountablePythonSDK
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.40
|
|
4
4
|
Summary: Uncountable SDK
|
|
5
5
|
Project-URL: Homepage, https://github.com/uncountableinc/uncountable-python-sdk
|
|
6
6
|
Project-URL: Repository, https://github.com/uncountableinc/uncountable-python-sdk.git
|
|
@@ -92,35 +92,64 @@ uncountable/integration/executors/script_executor.py
|
|
|
92
92
|
uncountable/types/__init__.py
|
|
93
93
|
uncountable/types/async_batch.py
|
|
94
94
|
uncountable/types/async_batch_processor.py
|
|
95
|
+
uncountable/types/async_batch_t.py
|
|
95
96
|
uncountable/types/base.py
|
|
97
|
+
uncountable/types/base_t.py
|
|
96
98
|
uncountable/types/calculations.py
|
|
99
|
+
uncountable/types/calculations_t.py
|
|
97
100
|
uncountable/types/chemical_structure.py
|
|
101
|
+
uncountable/types/chemical_structure_t.py
|
|
98
102
|
uncountable/types/client_base.py
|
|
99
103
|
uncountable/types/curves.py
|
|
104
|
+
uncountable/types/curves_t.py
|
|
100
105
|
uncountable/types/entity.py
|
|
106
|
+
uncountable/types/entity_t.py
|
|
101
107
|
uncountable/types/experiment_groups.py
|
|
108
|
+
uncountable/types/experiment_groups_t.py
|
|
102
109
|
uncountable/types/field_values.py
|
|
110
|
+
uncountable/types/field_values_t.py
|
|
103
111
|
uncountable/types/fields.py
|
|
112
|
+
uncountable/types/fields_t.py
|
|
104
113
|
uncountable/types/id_source.py
|
|
114
|
+
uncountable/types/id_source_t.py
|
|
105
115
|
uncountable/types/identifier.py
|
|
116
|
+
uncountable/types/identifier_t.py
|
|
106
117
|
uncountable/types/input_attributes.py
|
|
118
|
+
uncountable/types/input_attributes_t.py
|
|
107
119
|
uncountable/types/inputs.py
|
|
120
|
+
uncountable/types/inputs_t.py
|
|
108
121
|
uncountable/types/outputs.py
|
|
122
|
+
uncountable/types/outputs_t.py
|
|
109
123
|
uncountable/types/permissions.py
|
|
124
|
+
uncountable/types/permissions_t.py
|
|
110
125
|
uncountable/types/phases.py
|
|
126
|
+
uncountable/types/phases_t.py
|
|
111
127
|
uncountable/types/post_base.py
|
|
128
|
+
uncountable/types/post_base_t.py
|
|
112
129
|
uncountable/types/recipe_identifiers.py
|
|
130
|
+
uncountable/types/recipe_identifiers_t.py
|
|
113
131
|
uncountable/types/recipe_inputs.py
|
|
132
|
+
uncountable/types/recipe_inputs_t.py
|
|
114
133
|
uncountable/types/recipe_links.py
|
|
134
|
+
uncountable/types/recipe_links_t.py
|
|
115
135
|
uncountable/types/recipe_metadata.py
|
|
136
|
+
uncountable/types/recipe_metadata_t.py
|
|
116
137
|
uncountable/types/recipe_output_metadata.py
|
|
138
|
+
uncountable/types/recipe_output_metadata_t.py
|
|
117
139
|
uncountable/types/recipe_tags.py
|
|
140
|
+
uncountable/types/recipe_tags_t.py
|
|
118
141
|
uncountable/types/recipe_workflow_steps.py
|
|
142
|
+
uncountable/types/recipe_workflow_steps_t.py
|
|
119
143
|
uncountable/types/recipes.py
|
|
144
|
+
uncountable/types/recipes_t.py
|
|
120
145
|
uncountable/types/response.py
|
|
146
|
+
uncountable/types/response_t.py
|
|
121
147
|
uncountable/types/units.py
|
|
148
|
+
uncountable/types/units_t.py
|
|
122
149
|
uncountable/types/users.py
|
|
150
|
+
uncountable/types/users_t.py
|
|
123
151
|
uncountable/types/workflows.py
|
|
152
|
+
uncountable/types/workflows_t.py
|
|
124
153
|
uncountable/types/api/__init__.py
|
|
125
154
|
uncountable/types/api/batch/__init__.py
|
|
126
155
|
uncountable/types/api/batch/execute_batch.py
|
|
@@ -23,7 +23,7 @@ __all__: list[str] = [
|
|
|
23
23
|
"""
|
|
24
24
|
END_ALL_EXPORTS = "]\n"
|
|
25
25
|
|
|
26
|
-
ASYNC_BATCH_TYPE_NAMESPACE = builder.SpecNamespace(name="
|
|
26
|
+
ASYNC_BATCH_TYPE_NAMESPACE = builder.SpecNamespace(name="async_batch")
|
|
27
27
|
ASYNC_BATCH_REQUEST_PATH_STYPE = builder.SpecTypeDefnStringEnum(
|
|
28
28
|
namespace=ASYNC_BATCH_TYPE_NAMESPACE, name="AsyncBatchRequestPath"
|
|
29
29
|
)
|
|
@@ -57,7 +57,9 @@ class Context(TrackingContext):
|
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
def _resolve_namespace_name(namespace: builder.SpecNamespace) -> str:
|
|
60
|
-
|
|
60
|
+
if len(namespace.path) > 1:
|
|
61
|
+
return namespace.name
|
|
62
|
+
return f"{namespace.name}_t"
|
|
61
63
|
|
|
62
64
|
|
|
63
65
|
def _resolve_namespace_ref(namespace: builder.SpecNamespace) -> str:
|
|
@@ -294,17 +296,22 @@ def _emit_types(*, builder: builder.SpecBuilder, config: PythonConfig) -> None:
|
|
|
294
296
|
full.write(f"# === END section from {namespace.name}.part.py ===\n")
|
|
295
297
|
|
|
296
298
|
basename = "/".join(namespace.path)
|
|
297
|
-
filename = f"{config.types_output}/{basename}.py"
|
|
299
|
+
filename = f"{config.types_output}/{basename}{'' if len(namespace.path) > 1 else '_t'}.py"
|
|
298
300
|
util.rewrite_file(filename, full.getvalue())
|
|
299
301
|
|
|
302
|
+
# Deprecated SDK support
|
|
303
|
+
if config.all_named_type_exports and len(namespace.path) == 1:
|
|
304
|
+
compat_out = _create_sdk_compat_namespace(namespace)
|
|
305
|
+
compat_filename = f"{config.types_output}/{basename}.py"
|
|
306
|
+
util.rewrite_file(compat_filename, compat_out.getvalue())
|
|
307
|
+
|
|
300
308
|
path_to = os.path.dirname(basename)
|
|
301
309
|
while path_to != "":
|
|
302
310
|
all_dirs.add(path_to)
|
|
303
311
|
path_to = os.path.dirname(path_to)
|
|
304
312
|
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
):
|
|
313
|
+
# Deprecated SDK support
|
|
314
|
+
if config.all_named_type_exports:
|
|
308
315
|
index_out.write("from ")
|
|
309
316
|
if len(namespace.path) == 1:
|
|
310
317
|
index_out.write(".")
|
|
@@ -354,6 +361,32 @@ def _emit_namespace(ctx: Context, namespace: builder.SpecNamespace) -> None:
|
|
|
354
361
|
_emit_constant(ctx, sconst)
|
|
355
362
|
|
|
356
363
|
|
|
364
|
+
def _create_sdk_compat_namespace(namespace: builder.SpecNamespace) -> io.StringIO:
|
|
365
|
+
compat_out = io.StringIO()
|
|
366
|
+
compat_out.write(LINT_HEADER)
|
|
367
|
+
compat_out.write(MODIFY_NOTICE)
|
|
368
|
+
compat_out.write("# Kept only for SDK backwards compatibility\n")
|
|
369
|
+
|
|
370
|
+
# This mostly an prepart import, thus has no high-level knowledge. Since this onl
|
|
371
|
+
# needs backwards copmatibiltiy from when written we can just hardcode what was there
|
|
372
|
+
# (only those in __all__ assuming that worked, which it might not)
|
|
373
|
+
if namespace.name == "base":
|
|
374
|
+
compat_out.write("""
|
|
375
|
+
from .base_t import JsonScalar as JsonScalar
|
|
376
|
+
from .base_t import JsonValue as JsonValue
|
|
377
|
+
from .base_t import ObjectId as ObjectId
|
|
378
|
+
""")
|
|
379
|
+
else:
|
|
380
|
+
for stype in namespace.types.values():
|
|
381
|
+
compat_out.write(
|
|
382
|
+
f"from .{namespace.path[-1]}_t import {stype.name} as {stype.name}\n"
|
|
383
|
+
)
|
|
384
|
+
|
|
385
|
+
compat_out.write(MODIFY_NOTICE)
|
|
386
|
+
|
|
387
|
+
return compat_out
|
|
388
|
+
|
|
389
|
+
|
|
357
390
|
def _validate_supports_handler_generation(
|
|
358
391
|
stype: builder.SpecTypeDefn, name: str, supports_inheritance: bool = False
|
|
359
392
|
) -> builder.SpecTypeDefnObject:
|
|
@@ -994,7 +1027,7 @@ def _emit_namespace_imports(
|
|
|
994
1027
|
else:
|
|
995
1028
|
from_path = config.types_package
|
|
996
1029
|
|
|
997
|
-
out.write(f"from {from_path} import {resolved}
|
|
1030
|
+
out.write(f"from {from_path} import {resolved}\n")
|
|
998
1031
|
|
|
999
1032
|
|
|
1000
1033
|
def _emit_id_source(*, builder: builder.SpecBuilder, config: PythonConfig) -> None:
|
|
@@ -6,7 +6,7 @@ import json
|
|
|
6
6
|
from typing import Any, Optional, TypeAlias, Union, cast
|
|
7
7
|
|
|
8
8
|
from main.base.types import data_t
|
|
9
|
-
from main.base.types.
|
|
9
|
+
from main.base.types.base_t import PureJsonValue
|
|
10
10
|
from pkgs.argument_parser import CachedParser
|
|
11
11
|
from pkgs.serialization_util import (
|
|
12
12
|
serialize_for_api,
|
|
@@ -8,10 +8,10 @@ from .api.recipes import archive_recipes as archive_recipes_t
|
|
|
8
8
|
from .api.equipment import associate_equipment_input as associate_equipment_input_t
|
|
9
9
|
from .api.recipes import associate_recipe_as_input as associate_recipe_as_input_t
|
|
10
10
|
from .api.recipes import associate_recipe_as_lot as associate_recipe_as_lot_t
|
|
11
|
-
from . import
|
|
12
|
-
from . import
|
|
13
|
-
from . import
|
|
14
|
-
from . import
|
|
11
|
+
from . import async_batch_t as async_batch_t
|
|
12
|
+
from . import base_t as base_t
|
|
13
|
+
from . import calculations_t as calculations_t
|
|
14
|
+
from . import chemical_structure_t as chemical_structure_t
|
|
15
15
|
from .api.chemical import convert_chemical_formats as convert_chemical_formats_t
|
|
16
16
|
from .api.entity import create_entities as create_entities_t
|
|
17
17
|
from .api.entity import create_entity as create_entity_t
|
|
@@ -19,15 +19,15 @@ from .api.inputs import create_inputs as create_inputs_t
|
|
|
19
19
|
from .api.recipes import create_recipe as create_recipe_t
|
|
20
20
|
from .api.recipe_links import create_recipe_link as create_recipe_link_t
|
|
21
21
|
from .api.recipes import create_recipes as create_recipes_t
|
|
22
|
-
from . import
|
|
22
|
+
from . import curves_t as curves_t
|
|
23
23
|
from .api.recipes import disassociate_recipe_as_input as disassociate_recipe_as_input_t
|
|
24
24
|
from .api.recipes import edit_recipe_inputs as edit_recipe_inputs_t
|
|
25
|
-
from . import
|
|
25
|
+
from . import entity_t as entity_t
|
|
26
26
|
from .api.batch import execute_batch as execute_batch_t
|
|
27
27
|
from .api.batch import execute_batch_load_async as execute_batch_load_async_t
|
|
28
|
-
from . import
|
|
29
|
-
from . import
|
|
30
|
-
from . import
|
|
28
|
+
from . import experiment_groups_t as experiment_groups_t
|
|
29
|
+
from . import field_values_t as field_values_t
|
|
30
|
+
from . import fields_t as fields_t
|
|
31
31
|
from .api.recipes import get_curve as get_curve_t
|
|
32
32
|
from .api.entity import get_entities_data as get_entities_data_t
|
|
33
33
|
from .api.inputs import get_input_data as get_input_data_t
|
|
@@ -44,32 +44,32 @@ from .api.recipe_metadata import get_recipe_metadata_data as get_recipe_metadata
|
|
|
44
44
|
from .api.recipes import get_recipe_names as get_recipe_names_t
|
|
45
45
|
from .api.recipes import get_recipe_output_metadata as get_recipe_output_metadata_t
|
|
46
46
|
from .api.recipes import get_recipes_data as get_recipes_data_t
|
|
47
|
-
from . import
|
|
48
|
-
from . import
|
|
49
|
-
from . import
|
|
50
|
-
from . import
|
|
47
|
+
from . import id_source_t as id_source_t
|
|
48
|
+
from . import identifier_t as identifier_t
|
|
49
|
+
from . import input_attributes_t as input_attributes_t
|
|
50
|
+
from . import inputs_t as inputs_t
|
|
51
51
|
from .api.entity import list_entities as list_entities_t
|
|
52
52
|
from .api.id_source import list_id_source as list_id_source_t
|
|
53
53
|
from .api.entity import lock_entity as lock_entity_t
|
|
54
54
|
from .api.recipes import lock_recipes as lock_recipes_t
|
|
55
55
|
from .api.id_source import match_id_source as match_id_source_t
|
|
56
|
-
from . import
|
|
57
|
-
from . import
|
|
58
|
-
from . import
|
|
59
|
-
from . import
|
|
60
|
-
from . import
|
|
61
|
-
from . import
|
|
62
|
-
from . import
|
|
63
|
-
from . import
|
|
64
|
-
from . import
|
|
65
|
-
from . import
|
|
66
|
-
from . import
|
|
67
|
-
from . import
|
|
56
|
+
from . import outputs_t as outputs_t
|
|
57
|
+
from . import permissions_t as permissions_t
|
|
58
|
+
from . import phases_t as phases_t
|
|
59
|
+
from . import post_base_t as post_base_t
|
|
60
|
+
from . import recipe_identifiers_t as recipe_identifiers_t
|
|
61
|
+
from . import recipe_inputs_t as recipe_inputs_t
|
|
62
|
+
from . import recipe_links_t as recipe_links_t
|
|
63
|
+
from . import recipe_metadata_t as recipe_metadata_t
|
|
64
|
+
from . import recipe_output_metadata_t as recipe_output_metadata_t
|
|
65
|
+
from . import recipe_tags_t as recipe_tags_t
|
|
66
|
+
from . import recipe_workflow_steps_t as recipe_workflow_steps_t
|
|
67
|
+
from . import recipes_t as recipes_t
|
|
68
68
|
from .api.recipes import remove_recipe_from_project as remove_recipe_from_project_t
|
|
69
69
|
from .api.recipe_links import remove_recipe_link as remove_recipe_link_t
|
|
70
70
|
from .api.entity import resolve_entity_ids as resolve_entity_ids_t
|
|
71
71
|
from .api.outputs import resolve_output_conditions as resolve_output_conditions_t
|
|
72
|
-
from . import
|
|
72
|
+
from . import response_t as response_t
|
|
73
73
|
from .api.triggers import run_trigger as run_trigger_t
|
|
74
74
|
from .api.permissions import set_core_permissions as set_core_permissions_t
|
|
75
75
|
from .api.inputs import set_input_attribute_values as set_input_attribute_values_t
|
|
@@ -84,13 +84,13 @@ from .api.recipes import set_recipe_tags as set_recipe_tags_t
|
|
|
84
84
|
from .api.entity import set_values as set_values_t
|
|
85
85
|
from .api.entity import transition_entity_phase as transition_entity_phase_t
|
|
86
86
|
from .api.recipes import unarchive_recipes as unarchive_recipes_t
|
|
87
|
-
from . import
|
|
87
|
+
from . import units_t as units_t
|
|
88
88
|
from .api.entity import unlock_entity as unlock_entity_t
|
|
89
89
|
from .api.recipes import unlock_recipes as unlock_recipes_t
|
|
90
90
|
from .api.material_families import update_entity_material_families as update_entity_material_families_t
|
|
91
91
|
from .api.field_options import upsert_field_options as upsert_field_options_t
|
|
92
|
-
from . import
|
|
93
|
-
from . import
|
|
92
|
+
from . import users_t as users_t
|
|
93
|
+
from . import workflows_t as workflows_t
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
__all__: list[str] = [
|
|
@@ -10,7 +10,7 @@ from decimal import Decimal # noqa: F401
|
|
|
10
10
|
from pkgs.strenum_compat import StrEnum
|
|
11
11
|
from dataclasses import dataclass
|
|
12
12
|
from pkgs.serialization import serial_class
|
|
13
|
-
from ... import
|
|
13
|
+
from ... import base_t
|
|
14
14
|
|
|
15
15
|
__all__: list[str] = [
|
|
16
16
|
"Arguments",
|
|
@@ -8,8 +8,8 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
11
|
+
from ... import async_batch_t
|
|
12
|
+
from ... import base_t
|
|
13
13
|
|
|
14
14
|
__all__: list[str] = [
|
|
15
15
|
"Arguments",
|
|
@@ -8,9 +8,9 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
13
|
-
from ... import
|
|
11
|
+
from ... import base_t
|
|
12
|
+
from ... import entity_t
|
|
13
|
+
from ... import field_values_t
|
|
14
14
|
|
|
15
15
|
__all__: list[str] = [
|
|
16
16
|
"Arguments",
|
|
@@ -9,9 +9,9 @@ import datetime # noqa: F401
|
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
11
|
from pkgs.serialization import serial_class
|
|
12
|
-
from ... import
|
|
13
|
-
from ... import
|
|
14
|
-
from ... import
|
|
12
|
+
from ... import base_t
|
|
13
|
+
from ... import entity_t
|
|
14
|
+
from ... import field_values_t
|
|
15
15
|
|
|
16
16
|
__all__: list[str] = [
|
|
17
17
|
"Arguments",
|
|
@@ -8,9 +8,9 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
13
|
-
from ... import
|
|
11
|
+
from ... import base_t
|
|
12
|
+
from ... import entity_t
|
|
13
|
+
from ... import field_values_t
|
|
14
14
|
|
|
15
15
|
__all__: list[str] = [
|
|
16
16
|
"Arguments",
|
|
@@ -10,8 +10,8 @@ from decimal import Decimal # noqa: F401
|
|
|
10
10
|
from dataclasses import dataclass
|
|
11
11
|
from pkgs.serialization import serial_class
|
|
12
12
|
from pkgs.serialization import OpaqueKey
|
|
13
|
-
from ... import
|
|
14
|
-
from ... import
|
|
13
|
+
from ... import base_t
|
|
14
|
+
from ... import entity_t
|
|
15
15
|
|
|
16
16
|
__all__: list[str] = [
|
|
17
17
|
"Arguments",
|
|
@@ -8,9 +8,9 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
13
|
-
from ... import
|
|
11
|
+
from ... import async_batch_t
|
|
12
|
+
from ... import entity_t
|
|
13
|
+
from ... import identifier_t
|
|
14
14
|
|
|
15
15
|
__all__: list[str] = [
|
|
16
16
|
"Arguments",
|
|
@@ -8,8 +8,8 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
11
|
+
from ... import base_t
|
|
12
|
+
from ... import entity_t
|
|
13
13
|
|
|
14
14
|
__all__: list[str] = [
|
|
15
15
|
"Arguments",
|
|
@@ -8,9 +8,9 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
13
|
-
from ... import
|
|
11
|
+
from ... import entity_t
|
|
12
|
+
from ... import field_values_t
|
|
13
|
+
from ... import response_t
|
|
14
14
|
|
|
15
15
|
__all__: list[str] = [
|
|
16
16
|
"Arguments",
|
|
@@ -9,9 +9,9 @@ import datetime # noqa: F401
|
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
11
|
from pkgs.serialization import serial_class
|
|
12
|
-
from ... import
|
|
13
|
-
from ... import
|
|
14
|
-
from ... import
|
|
12
|
+
from ... import entity_t
|
|
13
|
+
from ... import identifier_t
|
|
14
|
+
from ... import response_t
|
|
15
15
|
|
|
16
16
|
__all__: list[str] = [
|
|
17
17
|
"Arguments",
|
|
@@ -8,9 +8,9 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
13
|
-
from ... import
|
|
11
|
+
from ... import async_batch_t
|
|
12
|
+
from ... import entity_t
|
|
13
|
+
from ... import identifier_t
|
|
14
14
|
|
|
15
15
|
__all__: list[str] = [
|
|
16
16
|
"Arguments",
|
|
@@ -8,9 +8,9 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
13
|
-
from ... import
|
|
11
|
+
from ... import async_batch_t
|
|
12
|
+
from ... import base_t
|
|
13
|
+
from ... import identifier_t
|
|
14
14
|
|
|
15
15
|
__all__: list[str] = [
|
|
16
16
|
"Arguments",
|
|
@@ -8,8 +8,8 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
11
|
+
from ... import base_t
|
|
12
|
+
from ... import id_source_t
|
|
13
13
|
|
|
14
14
|
__all__: list[str] = [
|
|
15
15
|
"Arguments",
|
|
@@ -8,8 +8,8 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
11
|
+
from ... import base_t
|
|
12
|
+
from ... import id_source_t
|
|
13
13
|
|
|
14
14
|
__all__: list[str] = [
|
|
15
15
|
"Arguments",
|
|
@@ -8,9 +8,9 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
13
|
-
from ... import
|
|
11
|
+
from ... import base_t
|
|
12
|
+
from ... import input_attributes_t
|
|
13
|
+
from ... import inputs_t
|
|
14
14
|
|
|
15
15
|
__all__: list[str] = [
|
|
16
16
|
"Arguments",
|
|
@@ -8,8 +8,8 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
11
|
+
from ... import base_t
|
|
12
|
+
from ... import input_attributes_t
|
|
13
13
|
|
|
14
14
|
__all__: list[str] = [
|
|
15
15
|
"Arguments",
|
|
@@ -8,8 +8,8 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
11
|
+
from ... import base_t
|
|
12
|
+
from ... import input_attributes_t
|
|
13
13
|
|
|
14
14
|
__all__: list[str] = [
|
|
15
15
|
"Arguments",
|
|
@@ -9,8 +9,8 @@ import datetime # noqa: F401
|
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
11
|
from pkgs.serialization import serial_class
|
|
12
|
-
from ... import
|
|
13
|
-
from ... import
|
|
12
|
+
from ... import base_t
|
|
13
|
+
from ... import response_t
|
|
14
14
|
|
|
15
15
|
__all__: list[str] = [
|
|
16
16
|
"Arguments",
|
|
@@ -8,8 +8,8 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
11
|
+
from ... import identifier_t
|
|
12
|
+
from ... import response_t
|
|
13
13
|
|
|
14
14
|
__all__: list[str] = [
|
|
15
15
|
"Arguments",
|
|
@@ -8,9 +8,9 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
13
|
-
from ... import
|
|
11
|
+
from ... import identifier_t
|
|
12
|
+
from ... import post_base_t
|
|
13
|
+
from ... import response_t
|
|
14
14
|
|
|
15
15
|
__all__: list[str] = [
|
|
16
16
|
"Arguments",
|
|
@@ -9,7 +9,7 @@ import datetime # noqa: F401
|
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from pkgs.strenum_compat import StrEnum
|
|
11
11
|
from dataclasses import dataclass
|
|
12
|
-
from ... import
|
|
12
|
+
from ... import identifier_t
|
|
13
13
|
|
|
14
14
|
__all__: list[str] = [
|
|
15
15
|
"Arguments",
|
|
@@ -8,11 +8,11 @@ import typing # noqa: F401
|
|
|
8
8
|
import datetime # noqa: F401
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
|
-
from ... import
|
|
12
|
-
from ... import
|
|
13
|
-
from ... import
|
|
14
|
-
from ... import
|
|
15
|
-
from ... import
|
|
11
|
+
from ... import base_t
|
|
12
|
+
from ... import entity_t
|
|
13
|
+
from ... import identifier_t
|
|
14
|
+
from ... import post_base_t
|
|
15
|
+
from ... import response_t
|
|
16
16
|
|
|
17
17
|
__all__: list[str] = [
|
|
18
18
|
"Arguments",
|
|
@@ -9,8 +9,8 @@ import datetime # noqa: F401
|
|
|
9
9
|
from decimal import Decimal # noqa: F401
|
|
10
10
|
from dataclasses import dataclass
|
|
11
11
|
from pkgs.serialization import serial_class
|
|
12
|
-
from ... import
|
|
13
|
-
from ... import
|
|
12
|
+
from ... import base_t
|
|
13
|
+
from ... import units_t
|
|
14
14
|
|
|
15
15
|
__all__: list[str] = [
|
|
16
16
|
"Arguments",
|