File: index.rst

package info (click to toggle)
pygobject 3.54.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,864 kB
  • sloc: ansic: 40,281; python: 26,363; sh: 477; makefile: 81; xml: 35; cpp: 1
file content (29 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
++++++++++++++++++++++++++
Python C API compatibility
++++++++++++++++++++++++++

The ``pythoncapi-compat`` project can be used to write a C or C++ extension
supporting a wide range of Python versions with a single code base.  It is made
of the ``pythoncapi_compat.h`` header file and the ``upgrade_pythoncapi.py``
script.

* Homepage: `GitHub pythoncapi-compat project
  <https://github.com/python/pythoncapi-compat>`_.
* `Documentation
  <https://pythoncapi-compat.readthedocs.io/en/latest/>`_

Documentation:

.. toctree::
   :maxdepth: 2

   upgrade
   api
   users
   tests
   changelog
   links

This project is distributed under the `Zero Clause BSD (0BSD) license
<https://opensource.org/licenses/0BSD>`_ and is covered by the `PSF Code of
Conduct <https://www.python.org/psf/codeofconduct/>`_.