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 30 31 32 33 34 35 36 37 38 39
|
Abstract
========
This document describes the packaging of Python within the Debian
GNU/Linux distribution and the policy requirements for packaged Python
programs and modules.
Contents
========
.. toctree::
:numbered:
:maxdepth: 3
copyright
python3
interpreter
packaged-modules
python-programs
embedded-python
locally-installed-python
.. toctree::
:caption: Appendix
:name: Appendix
:numbered:
:maxdepth: 3
build-dependencies
packaging-tools
upgrade-procedure
this-document
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|