Skip to main content

Module python_interop

Module python_interop 

Source
Expand description

Python Interoperability Support

This module provides the foundation for Python bindings, including data exchange, error conversion, and API compatibility layers that would be used with PyO3.

Note: This module provides the foundation but requires PyO3 dependency to create actual Python bindings. See the documentation for setup instructions.

Modules§

api_spec
Python API specification generation
array_conversion
Array conversion utilities for Python interop
binding_examples
Example Python binding signatures (would be used with PyO3)
setup
Setup and installation utilities

Structs§

PyArrayInfo
Python-compatible array metadata
PyError
Python-compatible error information
PyFunction
Python-compatible function specification
PyParameter
Python-compatible function parameter specification