pypa / pypa/packaging.python.org
Add more helper libraries to the extension modules page
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Python
- Estrellas
- 1.7k
- Forks
- 1.7k
- Merge medio
- 3 d 12 h
- PR fusionados (30 d)
- 4
Descripción
Rather than creating multiple issues, I've expanded this one to include a checklist for popular extension module helpers that we don't currently mention:
- SIP is the C/C++ binding generator used for PyQT and wxWindows: https://pypi.python.org/pypi/SIP/
- PyCXX: http://cxx.sourceforge.net/PyCXX-Python3.html
- Boost::Python: http://www.boost.org/doc/libs/1_66_0/libs/python/doc/html/index.html
(We may not go into as much detail for these as we do the big three of SWIG, cffi, and Cython, but they're all worth mentioning, especially in combination with #359 to cover milksnake as a meta build system that works with current versions of pip)
One of the neat features of sip specifically is that it can (does?) target the stable ABI in Python 3 at code generation time, with operations that require access to the full CPython API delegated to the runtime sip support module. As a result, it's possible to use it to ship version-independent CPython extension modules that just need the corresponding version of the sip runtime library, rather than having to recompile your own extensions for every new CPython release.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza en la página de módulos de extensión y compara su cobertura actual con la lista de comprobación de este issue. Añade menciones concisas y enlaces para SIP, PyCXX y Boost::Python, incluyendo, si corresponde, el contexto relevante de SIP sobre stable ABI. Se considera terminado cuando los tres elementos de la lista de comprobación estén cubiertos en la página.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- documentation
- Tipo de issue
- Documentación
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100