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§
- PyArray
Info - Python-compatible array metadata
- PyError
- Python-compatible error information
- PyFunction
- Python-compatible function specification
- PyParameter
- Python-compatible function parameter specification