pysof 0.1.27__tar.gz → 0.1.30__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.
Files changed (261) hide show
  1. {pysof-0.1.27 → pysof-0.1.30}/Cargo.toml +3 -3
  2. {pysof-0.1.27 → pysof-0.1.30}/PKG-INFO +1 -1
  3. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/Cargo.toml +2 -2
  4. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir-macro/Cargo.toml +1 -1
  5. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/Cargo.toml +2 -2
  6. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/Cargo.toml +3 -3
  7. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/python-tests/test_import.py +7 -1
  8. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/src/lib.rs +3 -0
  9. {pysof-0.1.27 → pysof-0.1.30/crates/pysof}/src/pysof/__init__.py +5 -3
  10. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/src/pysof/_pysof.pyi +3 -0
  11. pysof-0.1.30/crates/pysof/uv.lock +391 -0
  12. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/Cargo.toml +3 -3
  13. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_cli_file_source.rs +11 -5
  14. {pysof-0.1.27 → pysof-0.1.30}/src/lib.rs +3 -0
  15. {pysof-0.1.27/crates/pysof → pysof-0.1.30}/src/pysof/__init__.py +5 -3
  16. pysof-0.1.30/src/pysof/_pysof.cpython-311-darwin.so +0 -0
  17. {pysof-0.1.27 → pysof-0.1.30}/src/pysof/_pysof.pyi +3 -0
  18. pysof-0.1.27/crates/pysof/uv.lock +0 -367
  19. {pysof-0.1.27 → pysof-0.1.30}/README.md +0 -0
  20. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/README.md +0 -0
  21. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/build.rs +0 -0
  22. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/src/lib.rs +0 -0
  23. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/src/parameters.rs +0 -0
  24. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/src/r4.rs +0 -0
  25. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/src/r4b.rs +0 -0
  26. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/src/r5.rs +0 -0
  27. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/src/r6.rs +0 -0
  28. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/src/r6.rs.template +0 -0
  29. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/tests/integer_string_integration.rs +0 -0
  30. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/tests/simple_null_test.rs +0 -0
  31. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/tests/test_examples.rs +0 -0
  32. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir/tests/test_serde.rs +0 -0
  33. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir-macro/README.md +0 -0
  34. {pysof-0.1.27 → pysof-0.1.30}/crates/fhir-macro/src/lib.rs +0 -0
  35. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/PRECISION_LIMITATION.md +0 -0
  36. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/README.md +0 -0
  37. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/benches/cli_benches.rs +0 -0
  38. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/benches/evaluator_benches.rs +0 -0
  39. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/benches/parser_benches.rs +0 -0
  40. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/benches/server_benches.rs +0 -0
  41. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/examples/test_ucum.rs +0 -0
  42. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/grammar/fhirpath.g4 +0 -0
  43. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/server-api.md +0 -0
  44. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/aggregate_function.rs +0 -0
  45. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/bin/fhirpath-cli.rs +0 -0
  46. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/bin/fhirpath-server.rs +0 -0
  47. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/boolean_functions.rs +0 -0
  48. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/boundary_functions.rs +0 -0
  49. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/cli.rs +0 -0
  50. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/collection_functions.rs +0 -0
  51. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/collection_navigation.rs +0 -0
  52. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/contains_function.rs +0 -0
  53. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/conversion_functions.rs +0 -0
  54. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/date_operation.rs +0 -0
  55. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/datetime_impl.rs +0 -0
  56. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/distinct_functions.rs +0 -0
  57. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/error.rs +0 -0
  58. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/evaluator.rs +0 -0
  59. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/extension_function.rs +0 -0
  60. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/fhir_type_hierarchy.rs +0 -0
  61. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/handlers.rs +0 -0
  62. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/json_utils.rs +0 -0
  63. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/lib.rs +0 -0
  64. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/long_conversion.rs +0 -0
  65. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/models.rs +0 -0
  66. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/not_function.rs +0 -0
  67. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/parse_debug.rs +0 -0
  68. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/parser.rs +0 -0
  69. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/polymorphic_access.rs +0 -0
  70. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/reference_key_functions.rs +0 -0
  71. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/repeat_function.rs +0 -0
  72. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/resource_type.rs +0 -0
  73. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/server.rs +0 -0
  74. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/set_operations.rs +0 -0
  75. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/subset_functions.rs +0 -0
  76. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/terminology_client.rs +0 -0
  77. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/terminology_functions.rs +0 -0
  78. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/trace_function.rs +0 -0
  79. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/type_function.rs +0 -0
  80. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/type_inference.rs +0 -0
  81. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/src/ucum.rs +0 -0
  82. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/all_function_tests.rs +0 -0
  83. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/boundary_debug_tests.rs +0 -0
  84. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/boundary_function_integration_tests.rs +0 -0
  85. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/comment_test.rs +0 -0
  86. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/common/context.rs +0 -0
  87. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/common/mod.rs +0 -0
  88. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/common/parser.rs +0 -0
  89. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/common/runner.rs +0 -0
  90. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/context_trace_test.rs +0 -0
  91. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r4/input/observation-example.json +0 -0
  92. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r4/input/observation-example.xml +0 -0
  93. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r4/input/patient-example.json +0 -0
  94. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r4/input/patient-example.xml +0 -0
  95. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r4/input/questionnaire-example.json +0 -0
  96. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r4/input/questionnaire-example.xml +0 -0
  97. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r4/input/valueset-example-expansion.json +0 -0
  98. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r4/input/valueset-example-expansion.xml +0 -0
  99. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r4/tests-fhir-r4.xml +0 -0
  100. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/appointment-examplereq.json +0 -0
  101. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/ccda.json +0 -0
  102. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/codesystem-example.json +0 -0
  103. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/conceptmap-example.json +0 -0
  104. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/explanationofbenefit-example.json +0 -0
  105. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/observation-example.json +0 -0
  106. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/observation-example.xml +0 -0
  107. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/parameters-example-types.json +0 -0
  108. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/patient-container-example.json +0 -0
  109. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/patient-example-name.json +0 -0
  110. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/patient-example-period.json +0 -0
  111. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/patient-example.json +0 -0
  112. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/patient-name-extensions.json +0 -0
  113. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/questionnaire-example.json +0 -0
  114. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/input/valueset-example-expansion.json +0 -0
  115. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/known-test-failures.json +0 -0
  116. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/r5/tests-fhir-r5.xml +0 -0
  117. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/data/testSchema.xsd +0 -0
  118. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/date_operation_tests.rs +0 -0
  119. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/datetime_boundary_tests.rs +0 -0
  120. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/debug_datetime_boundary.rs +0 -0
  121. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/debug_string_boundary_tests.rs +0 -0
  122. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/define_variable_test.rs +0 -0
  123. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/enhanced_variable_tests.rs +0 -0
  124. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/evaluator_tests.rs +0 -0
  125. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/extension_tests.rs +0 -0
  126. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/fhir_boundary_tests.rs +0 -0
  127. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/is_as_method_tests.rs +0 -0
  128. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/join_function_test.rs +0 -0
  129. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/oftype_datetime_tests.rs +0 -0
  130. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/parse_debug_test.rs +0 -0
  131. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/parser_tests.rs +0 -0
  132. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/polymorphic_r4_tests.rs +0 -0
  133. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/polymorphic_tests.rs +0 -0
  134. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/precision_tests.rs +0 -0
  135. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/r4_tests.rs +0 -0
  136. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/r5_tests.rs +0 -0
  137. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/reference_key_debug.rs +0 -0
  138. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/test_boundary_zero.rs +0 -0
  139. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/trace_api_test.rs +0 -0
  140. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/trace_tests.rs +0 -0
  141. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/tree_navigation_tests.rs +0 -0
  142. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/truncate_tests.rs +0 -0
  143. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/type_operation_tests.rs +0 -0
  144. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/type_preservation_integration_test.rs +0 -0
  145. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/type_reflection_tests.rs +0 -0
  146. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/uri_type_test.rs +0 -0
  147. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath/tests/uuid_type_preservation_test.rs +0 -0
  148. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath-support/Cargo.toml +0 -0
  149. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath-support/README.md +0 -0
  150. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath-support/src/lib.rs +0 -0
  151. {pysof-0.1.27 → pysof-0.1.30}/crates/fhirpath-support/src/type_info.rs +0 -0
  152. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/.gitignore +0 -0
  153. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/Cargo.lock +0 -0
  154. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/Makefile +0 -0
  155. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/PYPI_CHECKLIST.md +0 -0
  156. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/README.md +0 -0
  157. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/WHEEL_BUILDING.md +0 -0
  158. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/multithreading_example.py +0 -0
  159. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/python-tests/__init__.py +0 -0
  160. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/python-tests/test_content_types.py +0 -0
  161. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/python-tests/test_core_functions.py +0 -0
  162. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/python-tests/test_error_handling.py +0 -0
  163. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/python-tests/test_fhir_versions.py +0 -0
  164. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/python-tests/test_package_metadata.py +0 -0
  165. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/python-tests/test_source_errors.py +0 -0
  166. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/scripts/build-wheels.py +0 -0
  167. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/src/pysof/py.typed +0 -0
  168. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/test_multithreading.py +0 -0
  169. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/tests/integration/content_types.rs +0 -0
  170. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/tests/integration/error_handling.rs +0 -0
  171. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/tests/integration/fhir_versions.rs +0 -0
  172. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/tests/integration/mod.rs +0 -0
  173. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/tests/integration.rs +0 -0
  174. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/tests/lib_coverage_tests.rs +0 -0
  175. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/tests/lib_tests.rs +0 -0
  176. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/tests/multithreading_integration.rs +0 -0
  177. {pysof-0.1.27 → pysof-0.1.30}/crates/pysof/tests/threading_test.rs +0 -0
  178. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/README.md +0 -0
  179. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/benches/parallel_processing_bench.rs +0 -0
  180. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/operations-run.md +0 -0
  181. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/src/cli.rs +0 -0
  182. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/src/data_source.rs +0 -0
  183. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/src/error.rs +0 -0
  184. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/src/handlers.rs +0 -0
  185. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/src/lib.rs +0 -0
  186. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/src/mod.rs +0 -0
  187. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/src/models.rs +0 -0
  188. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/src/parquet_schema.rs +0 -0
  189. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/src/server.rs +0 -0
  190. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/src/streaming.rs +0 -0
  191. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/src/traits.rs +0 -0
  192. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/common/mod.rs +0 -0
  193. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_boolean_test.rs +0 -0
  194. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_column_ordering.rs +0 -0
  195. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_datetime_instant_constants.rs +0 -0
  196. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_datetime_type_info.rs +0 -0
  197. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_enum_conversion.rs +0 -0
  198. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_evaluation_result_conversion.rs +0 -0
  199. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_extension_function.rs +0 -0
  200. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_extension_macro_fix.rs +0 -0
  201. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_extension_simple.rs +0 -0
  202. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_fhir_resource_structure.rs +0 -0
  203. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_foreach_combinations.rs +0 -0
  204. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_inequality.rs +0 -0
  205. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_instant_constant.rs +0 -0
  206. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_instant_type_info.rs +0 -0
  207. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_raw_resource.rs +0 -0
  208. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/debug_reference_key_types.rs +0 -0
  209. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/extension_debug_test.rs +0 -0
  210. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/foreach_test.rs +0 -0
  211. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/multiselect_test.rs +0 -0
  212. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/run_foreach_tests.rs +0 -0
  213. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/server_tests.rs +0 -0
  214. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/basic.json +0 -0
  215. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/collection.json +0 -0
  216. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/combinations.json +0 -0
  217. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/constant.json +0 -0
  218. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/constant_types.json +0 -0
  219. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/fhirpath.json +0 -0
  220. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/fhirpath_numbers.json +0 -0
  221. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/fn_boundary.json +0 -0
  222. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/fn_empty.json +0 -0
  223. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/fn_extension.json +0 -0
  224. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/fn_first.json +0 -0
  225. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/fn_join.json +0 -0
  226. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/fn_oftype.json +0 -0
  227. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/fn_reference_keys.json +0 -0
  228. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/foreach.json +0 -0
  229. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/logic.json +0 -0
  230. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/repeat.json +0 -0
  231. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/union.json +0 -0
  232. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/validate.json +0 -0
  233. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/view_resource.json +0 -0
  234. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql-on-fhir-v2/tests/where.json +0 -0
  235. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/sql_on_fhir_tests.rs +0 -0
  236. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_base64_binary_constant.rs +0 -0
  237. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_boolean_constant_debug.rs +0 -0
  238. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_boolean_constant_debug2.rs +0 -0
  239. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_boolean_constant_debug3.rs +0 -0
  240. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_boolean_validation.rs +0 -0
  241. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_csv_quote_handling.rs +0 -0
  242. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_extension_fix_verification.rs +0 -0
  243. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_extension_value_access.rs +0 -0
  244. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_format_parameter_body.rs +0 -0
  245. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_header_parameter_body.rs +0 -0
  246. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_limit_parameter_body.rs +0 -0
  247. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_ndjson_input.rs +0 -0
  248. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_parallel_working.rs +0 -0
  249. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_parameter_validation.rs +0 -0
  250. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_parquet_export.rs +0 -0
  251. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_parquet_large_dataset.rs +0 -0
  252. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_parquet_server_options.rs +0 -0
  253. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_patient_reference_formats.rs +0 -0
  254. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_query_parameter_combinations.rs +0 -0
  255. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_run_operation_parameters.rs +0 -0
  256. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_runner_integration.rs +0 -0
  257. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_shortened_format_names.rs +0 -0
  258. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_where_clause_validation.rs +0 -0
  259. {pysof-0.1.27 → pysof-0.1.30}/crates/sof/tests/test_x_ndjson_support.rs +0 -0
  260. {pysof-0.1.27 → pysof-0.1.30}/pyproject.toml +0 -0
  261. {pysof-0.1.27 → pysof-0.1.30}/src/pysof/py.typed +0 -0
@@ -14,9 +14,9 @@ name = "pysof"
14
14
  crate-type = ["cdylib"]
15
15
 
16
16
  [dependencies]
17
- pyo3 = { version = ">=0.24.1", features = ["extension-module"] }
18
- helios-sof = { path = "../sof", version = "0.1.27" }
19
- helios-fhir = { path = "../fhir", version = "0.1.27" }
17
+ pyo3 = { version = ">=0.24.1", features = ["extension-module", "generate-import-lib"] }
18
+ helios-sof = { path = "../sof", version = "0.1.30" }
19
+ helios-fhir = { path = "../fhir", version = "0.1.30" }
20
20
  serde = { version = "=1.0.219", features = ["derive"] }
21
21
  serde_json = { version = "=1.0.143" }
22
22
  chrono = { version = "0.4", features = ["serde"] }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pysof
3
- Version: 0.1.27
3
+ Version: 0.1.30
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3.10
6
6
  Classifier: Programming Language :: Python :: 3.11
@@ -22,8 +22,8 @@ skip-r6-download = []
22
22
  serde = { workspace = true }
23
23
  serde_json = { workspace = true, features = ["raw_value"] }
24
24
  clap = { version = "4.0", features = ["derive"] }
25
- helios-fhir-macro = { path = "../fhir-macro", version = "0.1.27" }
26
- helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.27" }
25
+ helios-fhir-macro = { path = "../fhir-macro", version = "0.1.30" }
26
+ helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.30" }
27
27
  time = "0.3"
28
28
  chrono = { workspace = true }
29
29
  # Re-add serde-with-arbitrary-precision, keep macros
@@ -19,4 +19,4 @@ proc-macro2 = "1.0"
19
19
  serde = { workspace = true }
20
20
  serde_json = { workspace = true }
21
21
  heck = "0.5" # For case conversion
22
- helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.27" }
22
+ helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.30" }
@@ -17,8 +17,8 @@ R5 = ["helios-fhir/R5"]
17
17
  R6 = ["helios-fhir/R6"]
18
18
 
19
19
  [dependencies]
20
- helios-fhir = { path = "../fhir", version = "0.1.27" }
21
- helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.27" }
20
+ helios-fhir = { path = "../fhir", version = "0.1.30" }
21
+ helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.30" }
22
22
  chumsky = "0.10"
23
23
  roxmltree = "0.20"
24
24
  chrono = { workspace = true } # For date/time parsing and functions
@@ -15,9 +15,9 @@ name = "pysof"
15
15
  crate-type = ["cdylib"]
16
16
 
17
17
  [dependencies]
18
- pyo3 = { version = ">=0.24.1", features = ["extension-module"] }
19
- helios-sof = { path = "../sof", version = "0.1.27" }
20
- helios-fhir = { path = "../fhir", version = "0.1.27" }
18
+ pyo3 = { version = ">=0.24.1", features = ["extension-module", "generate-import-lib"] }
19
+ helios-sof = { path = "../sof", version = "0.1.30" }
20
+ helios-fhir = { path = "../fhir", version = "0.1.30" }
21
21
  serde = { version = "=1.0.219", features = ["derive"] }
22
22
  serde_json = { version = "=1.0.143" }
23
23
  chrono = { version = "0.4", features = ["serde"] }
@@ -10,9 +10,15 @@ def test_import() -> None:
10
10
 
11
11
  def test_version() -> None:
12
12
  """Test that version is accessible and correctly formatted."""
13
+ import re
14
+
13
15
  version = pysof.__version__
14
16
  assert isinstance(version, str)
15
- assert version == "0.1.0"
17
+ # Check that version follows semantic versioning (e.g., "0.1.27", "1.0.0-beta", etc.)
18
+ # Pattern matches: MAJOR.MINOR.PATCH with optional pre-release suffix
19
+ version_pattern = r'^\d+\.\d+\.\d+(-[a-zA-Z0-9\.\-]+)?$'
20
+ assert re.match(version_pattern, version), f"Version '{version}' doesn't follow semantic versioning"
21
+ assert version != "0.0.0-dev", "Version should not be the fallback development version"
16
22
 
17
23
 
18
24
  def test_get_version_function() -> None:
@@ -448,6 +448,9 @@ fn py_get_supported_fhir_versions() -> PyResult<Vec<String>> {
448
448
  /// Python module definition
449
449
  #[pymodule]
450
450
  fn _pysof(m: &Bound<'_, PyModule>) -> PyResult<()> {
451
+ // Add version from Cargo.toml
452
+ m.add("__version__", env!("CARGO_PKG_VERSION"))?;
453
+
451
454
  // Add functions
452
455
  m.add_function(wrap_pyfunction!(py_run_view_definition, m)?)?;
453
456
  m.add_function(wrap_pyfunction!(py_run_view_definition_with_options, m)?)?;
@@ -46,6 +46,7 @@ try:
46
46
  SourceReadError,
47
47
  UnsupportedContentTypeError,
48
48
  UnsupportedSourceProtocolError,
49
+ __version__,
49
50
  py_get_supported_fhir_versions,
50
51
  py_parse_content_type,
51
52
  py_run_view_definition,
@@ -292,6 +293,9 @@ except ImportError as e:
292
293
  def get_supported_fhir_versions() -> list[str]:
293
294
  raise NotImplementedError("Rust extension module not available")
294
295
 
296
+ # Set fallback version when Rust extension is not available
297
+ __version__ = "0.0.0-dev"
298
+
295
299
 
296
300
  __all__: list[str] = [
297
301
  # Core functions
@@ -317,12 +321,10 @@ __all__: list[str] = [
317
321
  "UnsupportedSourceProtocolError",
318
322
  ]
319
323
 
320
- __version__ = "0.1.0"
321
-
322
324
 
323
325
  def get_version() -> str:
324
326
  """Return the package version."""
325
- return __version__
327
+ return str(__version__)
326
328
 
327
329
 
328
330
  def get_status() -> str:
@@ -2,6 +2,9 @@
2
2
 
3
3
  from typing import Any
4
4
 
5
+ # Module attributes
6
+ __version__: str
7
+
5
8
  # Exception classes
6
9
  class SofError(Exception): ...
7
10
  class InvalidViewDefinitionError(SofError): ...