Skip to content

Commit bcbb476

Browse files
authored
Merge pull request #1555 from viblo/viblo-patch-1
Add discussion page that links to pypackaging-native.github.io
2 parents 5c54112 + ce3653d commit bcbb476

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/guides/packaging-binary-extensions.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,3 +403,15 @@ a Debian system, see the following articles:
403403
* `What are (c)python extension modules? <https://thomasnyberg.com/what_are_extension_modules.html>`_
404404
* `Releasing the gil <https://thomasnyberg.com/releasing_the_gil.html>`_
405405
* `Writing cpython extension modules using C++ <https://thomasnyberg.com/cpp_extension_modules.html>`_
406+
407+
Additional considerations for binary wheels
408+
-------------------------------------------
409+
410+
The `pypackaging-native <https://pypackaging-native.github.io/>`_ website has
411+
additional coverage of packaging Python packages with native code. It aims to
412+
provide an overview of the most important packaging issues for such projects,
413+
with in-depth explanations and references.
414+
415+
Examples of topics covered are non-Python compiled dependencies ("native
416+
dependencies"), the importance of the ABI (Application Binary Interface) of
417+
native code, dependency on SIMD code and cross compilation.

0 commit comments

Comments
 (0)