This is an example Python package that builds ctypes-based cross-Python wheels using cibuildwheel. These wheels have the wheel tag py3-none-PLATFORM, meaning that one wheel will work for any version ...
In interop scenarios, it might be useful to be able to have a Python string referencing an existing buffer without copies (e.g. if the underlying char data is stored in NumPy/PyTorch tensors, ...