pyvcell 0.2.2__tar.gz → 0.2.4__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.
- {pyvcell-0.2.2 → pyvcell-0.2.4}/PKG-INFO +2 -2
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyproject.toml +2 -2
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/vcml/models.py +5 -2
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/vcml/vcml_reader.py +25 -18
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/vcml/vcml_writer.py +15 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/README.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/admin_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/bio_model_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/export_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/field_data_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/geometry_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/hello_world_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/math_model_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/publication_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/simulation_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/solver_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/users_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/vc_image_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api_client.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api_response.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/auth/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/auth/auth_utils.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/configuration.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/AccesTokenRepresentationRecord.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/AdminResourceApi.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/AnalyticCurve.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/AnnotatedFunctionDTO.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ApplicationInfo.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/BatchSystemType.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/BioModel.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/BioModelChildSummary.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/BioModelResourceApi.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/BioModelSummary.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/BiomodelRef.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/CompositeCurve.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ControlPointCurve.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/Coordinate.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/Curve.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/CurveSelectionInfo.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/DataIdentifier.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/DetailedState.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/Domain.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ExportEvent.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ExportProgressType.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ExportResourceApi.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ExportableDataType.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/Extent.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ExternalDataIdentifier.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/FieldData.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/FieldDataReference.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/FieldDataResourceApi.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/FieldDataSavedResults.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/FieldDataShape.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/FunctionCategory.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/GIFImage.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/GeometryMode.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/GeometryResourceApi.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/GeometrySpecDTO.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/GeometrySummary.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/GroupAccess.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/GroupAccessAll.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/GroupAccessNone.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/GroupAccessSome.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/HelloWorldApi.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/HelloWorldMessage.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/HtcJobID.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/HumanReadableExportData.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ISize.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/Identity.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/MathModelChildSummary.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/MathModelResourceApi.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/MathModelSummary.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/MathType.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/MathmodelRef.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ModelType.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/N5ExportRequest.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/Origin.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/Publication.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/PublicationInfo.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/PublicationResourceApi.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SPECIALCLAIM.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SampledCurve.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SchedulerStatus.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SimulationExecutionStatusRecord.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SimulationJobStatusRecord.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SimulationMessage.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SimulationQueueEntryStatusRecord.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SimulationQueueID.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SimulationResourceApi.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SimulationStatusPersistentRecord.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SolverResourceApi.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SourceModel.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SpatialSelection.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionContour.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionMembrane.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionVolume.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/Spline.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/StandardExportInfo.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/Status.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/StatusMessage.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/TimeMode.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/TimeSpecs.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/User.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/UserIdentityJSONSafe.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/UserLoginInfoForMapping.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/UserRegistrationInfo.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/UsersResourceApi.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VCDocumentType.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VCImageResourceApi.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VCImageSummary.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VCSimulationIdentifier.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VCellHTTPError.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VCellSite.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VCellSoftwareVersion.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VariableDomain.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VariableMode.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VariableSpecs.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VariableType.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/Version.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VersionFlag.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/exceptions.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/acces_token_representation_record.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/analytic_curve.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/annotated_function_dto.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/application_info.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/batch_system_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/bio_model.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/bio_model_child_summary.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/bio_model_summary.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/biomodel_ref.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/composite_curve.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/control_point_curve.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/coordinate.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/curve.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/curve_selection_info.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/data_identifier.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/detailed_state.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/domain.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/export_event.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/export_progress_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/exportable_data_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/extent.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/external_data_identifier.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/field_data.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/field_data_reference.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/field_data_saved_results.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/field_data_shape.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/function_category.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/geometry_mode.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/geometry_spec_dto.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/geometry_summary.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/gif_image.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/group_access.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/group_access_all.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/group_access_none.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/group_access_some.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/hello_world_message.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/htc_job_id.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/human_readable_export_data.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/i_size.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/identity.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/math_model_child_summary.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/math_model_summary.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/math_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/mathmodel_ref.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/model_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/n5_export_request.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/origin.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/publication.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/publication_info.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/sampled_curve.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/scheduler_status.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/simulation_execution_status_record.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/simulation_job_status_record.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/simulation_message.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/simulation_queue_entry_status_record.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/simulation_queue_id.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/simulation_status_persistent_record.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/source_model.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/spatial_selection.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/spatial_selection_contour.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/spatial_selection_membrane.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/spatial_selection_volume.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/specialclaim.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/spline.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/standard_export_info.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/status.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/status_message.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/time_mode.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/time_specs.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/user.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/user_identity_json_safe.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/user_login_info_for_mapping.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/user_registration_info.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/v_cell_http_error.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/v_cell_site.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/v_cell_software_version.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/variable_domain.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/variable_mode.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/variable_specs.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/variable_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/vc_document_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/vc_image_summary.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/vc_simulation_identifier.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/version.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/version_flag.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/rest.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_acces_token_representation_record.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_admin_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_analytic_curve.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_annotated_function_dto.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_application_info.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_batch_system_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_bio_model.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_bio_model_child_summary.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_bio_model_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_bio_model_summary.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_biomodel_ref.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_composite_curve.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_control_point_curve.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_coordinate.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_curve.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_curve_selection_info.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_data_identifier.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_detailed_state.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_domain.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_export_event.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_export_progress_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_export_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_exportable_data_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_extent.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_external_data_identifier.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_field_data.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_field_data_reference.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_field_data_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_field_data_saved_results.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_field_data_shape.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_function_category.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_geometry_mode.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_geometry_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_geometry_spec_dto.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_geometry_summary.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_gif_image.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_group_access.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_group_access_all.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_group_access_none.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_group_access_some.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_hello_world_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_hello_world_message.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_htc_job_id.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_human_readable_export_data.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_i_size.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_identity.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_math_model_child_summary.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_math_model_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_math_model_summary.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_math_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_mathmodel_ref.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_model_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_n5_export_request.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_origin.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_publication.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_publication_info.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_publication_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_sampled_curve.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_scheduler_status.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_simulation_execution_status_record.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_simulation_job_status_record.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_simulation_message.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_simulation_queue_entry_status_record.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_simulation_queue_id.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_simulation_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_simulation_status_persistent_record.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_solver_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_source_model.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_spatial_selection.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_spatial_selection_contour.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_spatial_selection_membrane.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_spatial_selection_volume.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_specialclaim.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_spline.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_standard_export_info.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_status.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_status_message.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_time_mode.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_time_specs.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_user.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_user_identity_json_safe.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_user_login_info_for_mapping.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_user_registration_info.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_users_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_v_cell_http_error.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_v_cell_site.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_v_cell_software_version.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_variable_domain.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_variable_mode.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_variable_specs.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_variable_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_vc_document_type.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_vc_image_resource_api.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_vc_image_summary.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_vc_simulation_identifier.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_version.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/test/test_version_flag.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client_README.md +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/geometry/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/geometry/segmented_image_geometry.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/fielddata_file.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/main.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/mesh.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/n5_data.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/postprocessing.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/python_infix.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/simdata_models.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/vtk/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/vtk/fv_mesh_mapping.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/vtk/vismesh.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/vtk/vtkmesh_chombo.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/vtk/vtkmesh_fv.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/vtk/vtkmesh_mb.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/vtk/vtkmesh_utils.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/simdata/zarr_writer.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/solvers/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/solvers/fvsolver.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/sbml/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/sbml/sbml_simulation.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/sbml/sbml_spatial_model.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/sim_results/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/sim_results/plotter.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/sim_results/result.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/sim_results/var_types.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/sim_results/vtk_data.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/sim_results/widget.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/sim_results/zarr_types.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/sim_results/zarr_utils.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/vcml/__init__.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/vcml/field.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/vcml/session.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/vcml/utils.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/vcml/vcml_geo_from_images.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/vcml/vcml_remote.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/vcml/vcml_simulation.py +0 -0
- {pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/vcml/workspace.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pyvcell
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: This is the python wrapper for vcell modeling and simulation
|
|
5
5
|
Author: Jim Schaff, Logan Drescher
|
|
6
6
|
Author-email: Jim Schaff <schaff@uchc.edu>, Logan Drescher <drescher@uchc.edu>
|
|
@@ -32,7 +32,7 @@ Requires-Dist: typing-extensions>=4.12.2,<5
|
|
|
32
32
|
Requires-Dist: urllib3>=2.3.0,<3
|
|
33
33
|
Requires-Dist: vtk>=9.3.1,<10
|
|
34
34
|
Requires-Dist: zarr>=2.17.2,<3
|
|
35
|
-
Requires-Python: >=3.
|
|
35
|
+
Requires-Python: >=3.10, <4.0
|
|
36
36
|
Description-Content-Type: text/markdown
|
|
37
37
|
|
|
38
38
|
# pyvcell
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pyvcell"
|
|
3
|
-
version = "0.2.
|
|
4
|
-
requires-python = ">=3.
|
|
3
|
+
version = "0.2.4"
|
|
4
|
+
requires-python = ">=3.10,<4.0"
|
|
5
5
|
description = "This is the python wrapper for vcell modeling and simulation"
|
|
6
6
|
repository = "https://github.com/virtualcell/pyvcell"
|
|
7
7
|
documentation = "https://virtualcell.github.io/pyvcell/"
|
|
@@ -159,8 +159,8 @@ class Model(VcmlNode):
|
|
|
159
159
|
self.species.append(species)
|
|
160
160
|
return species
|
|
161
161
|
|
|
162
|
-
def add_model_parameter(self, name: str, value: float | str) -> ModelParameter:
|
|
163
|
-
model_parameter = ModelParameter(name=name, value=value, role=
|
|
162
|
+
def add_model_parameter(self, name: str, value: float | str, role: str = "user defined") -> ModelParameter:
|
|
163
|
+
model_parameter = ModelParameter(name=name, value=value, role=role, unit="")
|
|
164
164
|
self.model_parameters.append(model_parameter)
|
|
165
165
|
return model_parameter
|
|
166
166
|
|
|
@@ -400,6 +400,9 @@ class SpeciesMapping(VcmlNode):
|
|
|
400
400
|
init_conc: float | str | None = None
|
|
401
401
|
diff_coef: float | str | None = None
|
|
402
402
|
boundary_values: list[float | str | None] = Field(default_factory=list)
|
|
403
|
+
velocity_x: float | str | None = None
|
|
404
|
+
velocity_y: float | str | None = None
|
|
405
|
+
velocity_z: float | str | None = None
|
|
403
406
|
|
|
404
407
|
@property
|
|
405
408
|
def expressions(self) -> list[str]:
|
|
@@ -57,10 +57,10 @@ class VcmlReader:
|
|
|
57
57
|
class XMLVisitor:
|
|
58
58
|
def visit(self, element: _Element, node: vc.VcmlNode) -> None:
|
|
59
59
|
method_name = "visit_" + strip_namespace(element.tag)
|
|
60
|
-
method = getattr(self, method_name, self.
|
|
60
|
+
method = getattr(self, method_name, self.generic_visit_children)
|
|
61
61
|
method(element=element, node=node)
|
|
62
62
|
|
|
63
|
-
def
|
|
63
|
+
def generic_visit_children(self, element: _Element, node: vc.VcmlNode) -> None:
|
|
64
64
|
for child in element:
|
|
65
65
|
self.visit(child, node)
|
|
66
66
|
|
|
@@ -74,7 +74,7 @@ class BiomodelVisitor(XMLVisitor):
|
|
|
74
74
|
def visit_BioModel(self, element: _Element, node: vc.VCMLDocument) -> None:
|
|
75
75
|
name = element.get("Name", default="unnamed")
|
|
76
76
|
node.biomodel = vc.Biomodel(name=name, version=self._parse_version(element))
|
|
77
|
-
self.
|
|
77
|
+
self.generic_visit_children(element, node.biomodel)
|
|
78
78
|
|
|
79
79
|
def _parse_version(self, element: _Element) -> vc.Version | None:
|
|
80
80
|
"""Extract a Version child element, if present."""
|
|
@@ -99,21 +99,21 @@ class BiomodelVisitor(XMLVisitor):
|
|
|
99
99
|
def visit_Model(self, element: _Element, node: vc.Biomodel) -> None:
|
|
100
100
|
name: str = element.get("Name", default="unnamed")
|
|
101
101
|
node.model = vc.Model(name=name)
|
|
102
|
-
self.
|
|
102
|
+
self.generic_visit_children(element, node.model)
|
|
103
103
|
|
|
104
104
|
def visit_SimpleReaction(self, element: _Element, node: vc.Model) -> None:
|
|
105
105
|
name: str = element.get("Name", default="unnamed")
|
|
106
106
|
compartment_name: str = element.get("Structure", default="unknown")
|
|
107
107
|
reaction = vc.Reaction(name=name, is_flux=False, compartment_name=compartment_name)
|
|
108
108
|
node.reactions.append(reaction)
|
|
109
|
-
self.
|
|
109
|
+
self.generic_visit_children(element, reaction)
|
|
110
110
|
|
|
111
111
|
def visit_FluxStep(self, element: _Element, node: vc.Model) -> None:
|
|
112
112
|
name: str = element.get("Name", default="unnamed")
|
|
113
113
|
compartment_name: str = element.get("Structure", default="unknown")
|
|
114
114
|
reaction = vc.Reaction(name=name, is_flux=True, compartment_name=compartment_name)
|
|
115
115
|
node.reactions.append(reaction)
|
|
116
|
-
self.
|
|
116
|
+
self.generic_visit_children(element, reaction)
|
|
117
117
|
|
|
118
118
|
def visit_Reactant(self, element: _Element, node: vc.Reaction) -> None:
|
|
119
119
|
compound_ref: str = element.get("LocalizedCompoundRef", default="unknown")
|
|
@@ -122,7 +122,7 @@ class BiomodelVisitor(XMLVisitor):
|
|
|
122
122
|
name=compound_ref, stoichiometry=stoichiometry, species_ref_type=vc.SpeciesRefType.reactant
|
|
123
123
|
)
|
|
124
124
|
node.reactants.append(reaction)
|
|
125
|
-
self.
|
|
125
|
+
self.generic_visit_children(element, reaction)
|
|
126
126
|
|
|
127
127
|
def visit_Product(self, element: _Element, node: vc.Reaction) -> None:
|
|
128
128
|
compound_ref: str = element.get("LocalizedCompoundRef", default="unknown")
|
|
@@ -131,13 +131,13 @@ class BiomodelVisitor(XMLVisitor):
|
|
|
131
131
|
name=compound_ref, stoichiometry=stoichiometry, species_ref_type=vc.SpeciesRefType.product
|
|
132
132
|
)
|
|
133
133
|
node.products.append(reaction)
|
|
134
|
-
self.
|
|
134
|
+
self.generic_visit_children(element, reaction)
|
|
135
135
|
|
|
136
136
|
def visit_Kinetics(self, element: _Element, node: vc.Reaction) -> None:
|
|
137
137
|
kinetics_type: str = element.get("KineticsType", default="GeneralKinetics")
|
|
138
138
|
kinetics = vc.Kinetics(kinetics_type=kinetics_type)
|
|
139
139
|
node.kinetics = kinetics
|
|
140
|
-
self.
|
|
140
|
+
self.generic_visit_children(element, kinetics)
|
|
141
141
|
|
|
142
142
|
def visit_Feature(self, element: _Element, node: vc.Model) -> None:
|
|
143
143
|
name = element.get("Name", default="unnamed")
|
|
@@ -188,7 +188,7 @@ class BiomodelVisitor(XMLVisitor):
|
|
|
188
188
|
parameter = application_parameter
|
|
189
189
|
else:
|
|
190
190
|
raise ValueError("Unexpected parent tag")
|
|
191
|
-
self.
|
|
191
|
+
self.generic_visit_children(element, parameter)
|
|
192
192
|
|
|
193
193
|
def visit_SimulationSpec(self, element: _Element, node: vc.Biomodel) -> None:
|
|
194
194
|
name: str = element.get("Name", default="unnamed")
|
|
@@ -196,7 +196,7 @@ class BiomodelVisitor(XMLVisitor):
|
|
|
196
196
|
default_geometry = vc.Geometry(name="default", dim=3)
|
|
197
197
|
application = vc.Application(name=name, stochastic=stochastic, geometry=default_geometry)
|
|
198
198
|
node.applications.append(application)
|
|
199
|
-
self.
|
|
199
|
+
self.generic_visit_children(element, application)
|
|
200
200
|
|
|
201
201
|
def visit_Simulation(self, element: _Element, node: vc.Application) -> None:
|
|
202
202
|
name: str = element.get("Name", default="unnamed")
|
|
@@ -237,7 +237,7 @@ class BiomodelVisitor(XMLVisitor):
|
|
|
237
237
|
dim = int(element.get("Dimension", default="0"))
|
|
238
238
|
geometry = vc.Geometry(name=name, dim=dim)
|
|
239
239
|
node.geometry = geometry
|
|
240
|
-
self.
|
|
240
|
+
self.generic_visit_children(element, geometry)
|
|
241
241
|
|
|
242
242
|
def visit_Extent(self, element: _Element, node: vc.Geometry) -> None:
|
|
243
243
|
X = float(element.get("X", default="1"))
|
|
@@ -298,7 +298,7 @@ class BiomodelVisitor(XMLVisitor):
|
|
|
298
298
|
name=name, handle=handle, subvolume_type=subvolume_type, image_pixel_value=image_pixel_value
|
|
299
299
|
)
|
|
300
300
|
node.subvolumes.append(subvolume)
|
|
301
|
-
self.
|
|
301
|
+
self.generic_visit_children(element, subvolume)
|
|
302
302
|
|
|
303
303
|
def visit_AnalyticExpression(self, element: _Element, node: vc.SubVolume) -> None:
|
|
304
304
|
expr: str | None = element.text
|
|
@@ -323,7 +323,7 @@ class BiomodelVisitor(XMLVisitor):
|
|
|
323
323
|
size_exp=size_exp,
|
|
324
324
|
)
|
|
325
325
|
node.compartment_mappings.append(mapping)
|
|
326
|
-
self.
|
|
326
|
+
self.generic_visit_children(element, mapping)
|
|
327
327
|
|
|
328
328
|
def visit_MembraneMapping(self, element: _Element, node: vc.Application) -> None:
|
|
329
329
|
compartment_name: str = element.get("Membrane", default="unknown")
|
|
@@ -337,7 +337,7 @@ class BiomodelVisitor(XMLVisitor):
|
|
|
337
337
|
size_exp=size,
|
|
338
338
|
)
|
|
339
339
|
node.compartment_mappings.append(mapping)
|
|
340
|
-
self.
|
|
340
|
+
self.generic_visit_children(element, mapping)
|
|
341
341
|
|
|
342
342
|
def visit_BoundariesTypes(self, element: _Element, node: vc.CompartmentMapping) -> None:
|
|
343
343
|
switch = {"Flux": vc.BoundaryType.flux, "Value": vc.BoundaryType.value}
|
|
@@ -353,7 +353,7 @@ class BiomodelVisitor(XMLVisitor):
|
|
|
353
353
|
species_name: str = element.get("LocalizedCompoundRef", default="unnamed")
|
|
354
354
|
species_mapping = vc.SpeciesMapping(species_name=species_name)
|
|
355
355
|
node.species_mappings.append(species_mapping)
|
|
356
|
-
self.
|
|
356
|
+
self.generic_visit_children(element, species_mapping)
|
|
357
357
|
|
|
358
358
|
def visit_InitialConcentration(self, element: _Element, node: vc.SpeciesMapping) -> None:
|
|
359
359
|
text: str = element.text or "0"
|
|
@@ -384,12 +384,19 @@ class BiomodelVisitor(XMLVisitor):
|
|
|
384
384
|
value: str | float = float_or_formula(text)
|
|
385
385
|
node.diff_coef = value
|
|
386
386
|
|
|
387
|
+
def visit_Velocity(self, element: _Element, node: vc.SpeciesMapping) -> None:
|
|
388
|
+
parent = element.getparent()
|
|
389
|
+
if parent is None or strip_namespace(parent.tag) != "LocalizedCompoundSpec":
|
|
390
|
+
return
|
|
391
|
+
values: list[float | str] = [float_or_formula(element.get(dim, default="0.0")) for dim in ["X", "Y", "Z"]]
|
|
392
|
+
node.velocity_x, node.velocity_y, node.velocity_z = tuple(values)
|
|
393
|
+
|
|
387
394
|
|
|
388
395
|
class PrintVisitor(XMLVisitor):
|
|
389
396
|
def visit_root(self, element: _Element, node: vc.VcmlNode) -> None:
|
|
390
397
|
print(f"Visiting root: {element.tag}")
|
|
391
|
-
self.
|
|
398
|
+
self.generic_visit_children(element, node)
|
|
392
399
|
|
|
393
400
|
def visit_child(self, element: _Element, node: vc.VcmlNode) -> None:
|
|
394
401
|
print(f"Visiting child: {element.tag}")
|
|
395
|
-
self.
|
|
402
|
+
self.generic_visit_children(element, node)
|
|
@@ -353,3 +353,18 @@ class VcmlWriter:
|
|
|
353
353
|
parent.append(boundaries_element)
|
|
354
354
|
elif boundary_value_count > 0:
|
|
355
355
|
raise ValueError(f"SpeciesMapping {mapping.species_name} has {boundary_value_count} boundary values")
|
|
356
|
+
if mapping.velocity_x is not None or mapping.velocity_y is not None or mapping.velocity_z is not None:
|
|
357
|
+
velocity_element = Element("Velocity")
|
|
358
|
+
if mapping.velocity_x is not None:
|
|
359
|
+
str_val_x = str(mapping.velocity_x)
|
|
360
|
+
if str_val_x != "0.0":
|
|
361
|
+
velocity_element.set("X", str_val_x)
|
|
362
|
+
if mapping.velocity_y is not None:
|
|
363
|
+
str_val_y = str(mapping.velocity_y)
|
|
364
|
+
if str_val_y != "0.0":
|
|
365
|
+
velocity_element.set("Y", str_val_y)
|
|
366
|
+
if mapping.velocity_z is not None:
|
|
367
|
+
str_val_z = str(mapping.velocity_z)
|
|
368
|
+
if str_val_z != "0.0":
|
|
369
|
+
velocity_element.set("Z", str_val_z)
|
|
370
|
+
parent.append(velocity_element)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/admin_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/bio_model_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/export_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/field_data_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/geometry_resource_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/math_model_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/publication_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/simulation_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/solver_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/users_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/api/vc_image_resource_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/AnnotatedFunctionDTO.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/BioModelChildSummary.md
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/BioModelResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ControlPointCurve.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/CurveSelectionInfo.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ExportProgressType.md
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ExportResourceApi.md
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ExportableDataType.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/ExternalDataIdentifier.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/FieldDataReference.md
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/FieldDataResourceApi.md
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/FieldDataSavedResults.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/GeometryResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/HelloWorldMessage.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/HumanReadableExportData.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/MathModelChildSummary.md
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/MathModelResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/PublicationResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SimulationJobStatusRecord.md
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SimulationMessage.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SimulationQueueID.md
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SimulationResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SolverResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionContour.md
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionMembrane.md
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionVolume.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/StandardExportInfo.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/UserIdentityJSONSafe.md
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/UserLoginInfoForMapping.md
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/UserRegistrationInfo.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VCImageResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VCSimulationIdentifier.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/docs/VCellSoftwareVersion.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/annotated_function_dto.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/application_info.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/batch_system_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/bio_model_child_summary.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/bio_model_summary.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/composite_curve.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/control_point_curve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/curve_selection_info.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/data_identifier.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/export_progress_type.py
RENAMED
|
File without changes
|
{pyvcell-0.2.2 → pyvcell-0.2.4}/pyvcell/_internal/api/vcell_client/models/exportable_data_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|