pyvcell 0.3.0__tar.gz → 0.3.2__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.3.0 → pyvcell-0.3.2}/PKG-INFO +1 -1
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyproject.toml +1 -1
- pyvcell-0.3.2/pyvcell/sim_results/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/models_app.py +9 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/vcml_reader.py +12 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/vcml_writer.py +16 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/README.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/admin_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/bio_model_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/export_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/field_data_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/geometry_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/hello_world_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/math_model_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/publication_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/simulation_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/solver_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/users_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/vc_image_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api_client.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api_response.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/auth/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/auth/auth_utils.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/configuration.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/AccesTokenRepresentationRecord.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/AdminResourceApi.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/AnalyticCurve.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/AnnotatedFunctionDTO.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ApplicationInfo.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/BatchSystemType.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/BioModel.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/BioModelChildSummary.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/BioModelResourceApi.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/BioModelSummary.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/BiomodelRef.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/CompositeCurve.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ControlPointCurve.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/Coordinate.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/Curve.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/CurveSelectionInfo.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/DataIdentifier.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/DetailedState.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/Domain.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ExportEvent.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ExportProgressType.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ExportResourceApi.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ExportableDataType.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/Extent.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ExternalDataIdentifier.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/FieldData.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/FieldDataReference.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/FieldDataResourceApi.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/FieldDataSavedResults.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/FieldDataShape.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/FunctionCategory.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/GIFImage.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/GeometryMode.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/GeometryResourceApi.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/GeometrySpecDTO.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/GeometrySummary.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/GroupAccess.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/GroupAccessAll.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/GroupAccessNone.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/GroupAccessSome.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/HelloWorldApi.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/HelloWorldMessage.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/HtcJobID.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/HumanReadableExportData.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ISize.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/Identity.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/MathModelChildSummary.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/MathModelResourceApi.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/MathModelSummary.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/MathType.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/MathmodelRef.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ModelType.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/N5ExportRequest.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/Origin.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/Publication.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/PublicationInfo.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/PublicationResourceApi.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SPECIALCLAIM.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SampledCurve.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SchedulerStatus.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SimulationExecutionStatusRecord.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SimulationJobStatusRecord.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SimulationMessage.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SimulationQueueEntryStatusRecord.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SimulationQueueID.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SimulationResourceApi.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SimulationStatusPersistentRecord.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SolverResourceApi.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SourceModel.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelection.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionContour.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionMembrane.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionVolume.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/Spline.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/StandardExportInfo.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/Status.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/StatusMessage.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/TimeMode.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/TimeSpecs.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/User.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/UserIdentityJSONSafe.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/UserLoginInfoForMapping.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/UserRegistrationInfo.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/UsersResourceApi.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VCDocumentType.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VCImageResourceApi.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VCImageSummary.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VCSimulationIdentifier.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VCellHTTPError.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VCellSite.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VCellSoftwareVersion.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VariableDomain.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VariableMode.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VariableSpecs.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VariableType.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/Version.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VersionFlag.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/exceptions.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/acces_token_representation_record.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/analytic_curve.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/annotated_function_dto.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/application_info.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/batch_system_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/bio_model.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/bio_model_child_summary.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/bio_model_summary.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/biomodel_ref.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/composite_curve.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/control_point_curve.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/coordinate.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/curve.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/curve_selection_info.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/data_identifier.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/detailed_state.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/domain.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/export_event.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/export_progress_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/exportable_data_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/extent.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/external_data_identifier.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/field_data.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/field_data_reference.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/field_data_saved_results.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/field_data_shape.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/function_category.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/geometry_mode.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/geometry_spec_dto.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/geometry_summary.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/gif_image.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/group_access.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/group_access_all.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/group_access_none.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/group_access_some.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/hello_world_message.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/htc_job_id.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/human_readable_export_data.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/i_size.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/identity.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/math_model_child_summary.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/math_model_summary.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/math_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/mathmodel_ref.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/model_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/n5_export_request.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/origin.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/publication.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/publication_info.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/sampled_curve.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/scheduler_status.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/simulation_execution_status_record.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/simulation_job_status_record.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/simulation_message.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/simulation_queue_entry_status_record.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/simulation_queue_id.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/simulation_status_persistent_record.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/source_model.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/spatial_selection.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/spatial_selection_contour.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/spatial_selection_membrane.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/spatial_selection_volume.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/specialclaim.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/spline.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/standard_export_info.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/status.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/status_message.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/time_mode.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/time_specs.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/user.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/user_identity_json_safe.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/user_login_info_for_mapping.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/user_registration_info.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/v_cell_http_error.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/v_cell_site.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/v_cell_software_version.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/variable_domain.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/variable_mode.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/variable_specs.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/variable_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/vc_document_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/vc_image_summary.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/vc_simulation_identifier.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/version.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/version_flag.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/rest.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_acces_token_representation_record.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_admin_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_analytic_curve.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_annotated_function_dto.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_application_info.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_batch_system_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_bio_model.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_bio_model_child_summary.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_bio_model_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_bio_model_summary.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_biomodel_ref.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_composite_curve.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_control_point_curve.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_coordinate.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_curve.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_curve_selection_info.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_data_identifier.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_detailed_state.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_domain.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_export_event.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_export_progress_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_export_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_exportable_data_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_extent.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_external_data_identifier.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_field_data.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_field_data_reference.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_field_data_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_field_data_saved_results.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_field_data_shape.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_function_category.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_geometry_mode.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_geometry_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_geometry_spec_dto.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_geometry_summary.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_gif_image.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_group_access.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_group_access_all.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_group_access_none.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_group_access_some.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_hello_world_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_hello_world_message.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_htc_job_id.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_human_readable_export_data.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_i_size.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_identity.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_math_model_child_summary.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_math_model_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_math_model_summary.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_math_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_mathmodel_ref.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_model_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_n5_export_request.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_origin.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_publication.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_publication_info.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_publication_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_sampled_curve.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_scheduler_status.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_execution_status_record.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_job_status_record.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_message.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_queue_entry_status_record.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_queue_id.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_simulation_status_persistent_record.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_solver_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_source_model.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_spatial_selection.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_spatial_selection_contour.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_spatial_selection_membrane.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_spatial_selection_volume.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_specialclaim.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_spline.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_standard_export_info.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_status.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_status_message.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_time_mode.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_time_specs.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_user.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_user_identity_json_safe.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_user_login_info_for_mapping.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_user_registration_info.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_users_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_v_cell_http_error.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_v_cell_site.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_v_cell_software_version.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_variable_domain.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_variable_mode.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_variable_specs.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_variable_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_vc_document_type.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_vc_image_resource_api.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_vc_image_summary.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_vc_simulation_identifier.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_version.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/test/test_version_flag.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client_README.md +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/geometry/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/geometry/segmented_image_geometry.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/fielddata_file.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/main.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/mesh.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/n5_data.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/postprocessing.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/python_infix.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/simdata_models.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/vtk/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/vtk/fv_mesh_mapping.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/vtk/vismesh.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/vtk/vtkmesh_chombo.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/vtk/vtkmesh_fv.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/vtk/vtkmesh_mb.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/vtk/vtkmesh_utils.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/simdata/zarr_writer.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/solvers/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/solvers/fvsolver.py +0 -0
- /pyvcell-0.3.0/pyvcell/sbml/__init__.py → /pyvcell-0.3.2/pyvcell/py.typed +0 -0
- {pyvcell-0.3.0/pyvcell/sim_results → pyvcell-0.3.2/pyvcell/sbml}/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/sbml/sbml_simulation.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/sbml/sbml_spatial_model.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/sim_results/plotter.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/sim_results/result.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/sim_results/var_types.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/sim_results/vtk_data.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/sim_results/widget.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/sim_results/zarr_types.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/sim_results/zarr_utils.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/__init__.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/field.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/models.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/models_base.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/models_geometry.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/models_math.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/session.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/utils.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/vcml_geo_from_images.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/vcml_remote.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/vcml_simulation.py +0 -0
- {pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/vcml/workspace.py +0 -0
|
File without changes
|
|
@@ -102,6 +102,14 @@ class Simulation(VcmlNode):
|
|
|
102
102
|
return self.mesh_size[0], self.mesh_size[1], self.mesh_size[2]
|
|
103
103
|
|
|
104
104
|
|
|
105
|
+
class AnnotatedFunction(VcmlNode):
|
|
106
|
+
name: str
|
|
107
|
+
error_string: str
|
|
108
|
+
domain: str
|
|
109
|
+
function_type: str
|
|
110
|
+
text: str
|
|
111
|
+
|
|
112
|
+
|
|
105
113
|
class Application(VcmlNode):
|
|
106
114
|
name: str
|
|
107
115
|
stochastic: bool
|
|
@@ -109,6 +117,7 @@ class Application(VcmlNode):
|
|
|
109
117
|
compartment_mappings: list[CompartmentMapping] = Field(default_factory=list)
|
|
110
118
|
species_mappings: list[SpeciesMapping] = Field(default_factory=list)
|
|
111
119
|
reaction_mappings: list[ReactionMapping] = Field(default_factory=list)
|
|
120
|
+
output_functions: list[AnnotatedFunction] = Field(default_factory=list)
|
|
112
121
|
simulations: list[Simulation] = Field(default_factory=list)
|
|
113
122
|
application_parameters: list[ApplicationParameter] = Field(default_factory=list)
|
|
114
123
|
math_description: MathDescription | None = None
|
|
@@ -5,6 +5,7 @@ from lxml import etree
|
|
|
5
5
|
from lxml.etree import _Element
|
|
6
6
|
|
|
7
7
|
import pyvcell.vcml.models as vc
|
|
8
|
+
import pyvcell.vcml.models_app as vca
|
|
8
9
|
import pyvcell.vcml.models_geometry as vcg
|
|
9
10
|
import pyvcell.vcml.models_math as vcm
|
|
10
11
|
|
|
@@ -219,6 +220,17 @@ class BiomodelVisitor(XMLVisitor):
|
|
|
219
220
|
node.applications.append(application)
|
|
220
221
|
self.generic_visit_children(element, application)
|
|
221
222
|
|
|
223
|
+
def visit_AnnotatedFunction(self, element: _Element, node: vc.Application) -> None:
|
|
224
|
+
name: str = str(element.get("Name", default="unnamed"))
|
|
225
|
+
error_string: str = str(element.get("ErrorString", default=""))
|
|
226
|
+
domain: str = str(element.get("Domain", default="unknown"))
|
|
227
|
+
function_type: str = str(element.get("FunctionType", default="unknown"))
|
|
228
|
+
text: str = str(element.text)
|
|
229
|
+
annotated_function = vca.AnnotatedFunction(
|
|
230
|
+
name=name, error_string=error_string, domain=domain, function_type=function_type, text=text
|
|
231
|
+
)
|
|
232
|
+
node.output_functions.append(annotated_function)
|
|
233
|
+
|
|
222
234
|
def visit_Simulation(self, element: _Element, node: vc.Application) -> None:
|
|
223
235
|
name: str = element.get("Name", default="unnamed")
|
|
224
236
|
duration: float | None = None
|
|
@@ -17,6 +17,7 @@ from pyvcell.vcml.models import (
|
|
|
17
17
|
VCMLDocument,
|
|
18
18
|
Version,
|
|
19
19
|
)
|
|
20
|
+
from pyvcell.vcml.models_app import AnnotatedFunction
|
|
20
21
|
from pyvcell.vcml.models_geometry import Geometry, SubVolumeType
|
|
21
22
|
from pyvcell.vcml.models_math import (
|
|
22
23
|
CompartmentSubDomain,
|
|
@@ -239,6 +240,21 @@ class VcmlWriter:
|
|
|
239
240
|
math_description_element = Element("MathDescription", Name="dummy_math_description")
|
|
240
241
|
parent.append(math_description_element)
|
|
241
242
|
|
|
243
|
+
# ---- outputFunctions ----
|
|
244
|
+
output_functions_element = Element("OutputFunctions")
|
|
245
|
+
parent.append(output_functions_element)
|
|
246
|
+
annotated_function: AnnotatedFunction
|
|
247
|
+
for annotated_function in application.output_functions:
|
|
248
|
+
elem = Element(
|
|
249
|
+
"AnnotatedFunction",
|
|
250
|
+
Name=annotated_function.name,
|
|
251
|
+
ErrorString=annotated_function.error_string,
|
|
252
|
+
Domain=annotated_function.domain,
|
|
253
|
+
FunctionType=annotated_function.function_type,
|
|
254
|
+
)
|
|
255
|
+
output_functions_element.append(elem)
|
|
256
|
+
elem.text = str(annotated_function.text)
|
|
257
|
+
|
|
242
258
|
# ---- simulations -----
|
|
243
259
|
for simulation in application.simulations:
|
|
244
260
|
simulation_element = Element("Simulation", Name=simulation.name)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/admin_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/bio_model_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/export_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/field_data_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/geometry_resource_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/math_model_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/publication_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/simulation_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/solver_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/api/users_resource_api.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/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.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/AnnotatedFunctionDTO.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/BioModelChildSummary.md
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/BioModelResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ControlPointCurve.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/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.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ExportProgressType.md
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ExportResourceApi.md
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ExportableDataType.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/ExternalDataIdentifier.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/FieldDataReference.md
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/FieldDataResourceApi.md
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/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.3.0 → pyvcell-0.3.2}/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.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/HelloWorldMessage.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/HumanReadableExportData.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/MathModelChildSummary.md
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/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.3.0 → pyvcell-0.3.2}/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.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SimulationJobStatusRecord.md
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SimulationMessage.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SimulationQueueID.md
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SimulationResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SolverResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionContour.md
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionMembrane.md
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/SpatialSelectionVolume.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/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.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/UserIdentityJSONSafe.md
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/UserLoginInfoForMapping.md
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/UserRegistrationInfo.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VCImageResourceApi.md
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/docs/VCSimulationIdentifier.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/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.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/annotated_function_dto.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/application_info.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/batch_system_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/bio_model_child_summary.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/bio_model_summary.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/composite_curve.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/control_point_curve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/curve_selection_info.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/data_identifier.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/export_progress_type.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/exportable_data_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/field_data_reference.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/field_data_shape.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/function_category.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/geometry_spec_dto.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/geometry_summary.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/group_access_all.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/group_access_none.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/group_access_some.py
RENAMED
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/hello_world_message.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/math_model_summary.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/n5_export_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/publication_info.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/scheduler_status.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/simulation_message.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/simulation_queue_id.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyvcell-0.3.0 → pyvcell-0.3.2}/pyvcell/_internal/api/vcell_client/models/spatial_selection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|