Packaging binary extensions
https://packaging.python.org/en/latest/guides/packaging-binary-extensions/
Use cases
- accelerator modules
- wrapper modules
- low-level system access
Implementing binary extensions
If you plan to distribute your extension, you should provide wheels for all the platforms you intend to support.