File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,19 +6,14 @@ Python C API compatibility
66 :alt: Build status of pythoncapi_compat on GitHub Actions
77 :target: https://github.com/pythoncapi/pythoncapi_compat/actions
88
9- The Python C API compatibility project is made of two parts:
9+ The ``pythoncapi_compat `` project can be used to write a C extension supporting
10+ a wide range of Python versions with a single code base. It is made of the
11+ ``pythoncapi_compat.h `` header file and the ``upgrade_pythoncapi.py `` script.
1012
11- * ``pythoncapi_compat.h ``: Header file providing new functions of the Python C
12- API to old Python versions.
13- * ``upgrade_pythoncapi.py ``: Script upgrading C extension modules to newer
14- Python API without losing support for old Python versions. It relies on
15- ``pythoncapi_compat.h ``.
16-
17- Homepage:
18- https://github.com/pythoncapi/pythoncapi_compat
19-
20- Latest header file:
21- https://raw.githubusercontent.com/pythoncapi/pythoncapi_compat/master/pythoncapi_compat.h
13+ * Homepage: `GitHub pythoncapi_compat project
14+ <https://github.com/pythoncapi/pythoncapi_compat> `_.
15+ * `Documentation
16+ <https://pythoncapi-compat.readthedocs.io/en/latest/> `_
2217
2318This project is distributed under the MIT license and is covered by the `PSF
2419Code of Conduct <https://www.python.org/psf/codeofconduct/> `_.
Original file line number Diff line number Diff line change 22Python C API compatibility
33++++++++++++++++++++++++++
44
5- .. image :: https://github.com/pythoncapi/pythoncapi_compat/actions/workflows/build.yml/badge.svg
6- :alt: Build status of pythoncapi_compat on GitHub Actions
7- :target: https://github.com/pythoncapi/pythoncapi_compat/actions
8-
95The ``pythoncapi_compat `` project can be used to write a C extension supporting
106a wide range of Python versions with a single code base. It is made of the
117``pythoncapi_compat.h `` header file and the ``upgrade_pythoncapi.py `` script.
128
13- Homepage: `GitHub pythoncapi_compat project
14- <https://github.com/pythoncapi/pythoncapi_compat> `_.
9+ * Homepage: `GitHub pythoncapi_compat project
10+ <https://github.com/pythoncapi/pythoncapi_compat> `_.
11+ * `Documentation
12+ <https://pythoncapi-compat.readthedocs.io/en/latest/> `_
1513
1614Documentation:
1715
You can’t perform that action at this time.
0 commit comments