source: general/prog/python-modules.xml@ fde1abe

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since fde1abe was fde1abe, checked in by Pierre Labastie <pierre.labastie@…>, 2 years ago

Don't reference MarkupSafe and Jinja2 in systemd book

  • Property mode set to 100644
File size: 6.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="python-modules" xreflabel="Python Modules">
9 <?dbhtml filename="python-modules.html" ?>
10
11 <sect1info>
12 <date>$Date$</date>
13 </sect1info>
14
15 <title>Python Modules</title>
16
17 <indexterm zone="python-modules">
18 <primary sortas="a-Python-Modules">Python Modules</primary>
19 </indexterm>
20
21 <sect2 role="package">
22 <title>Introduction to Python Modules</title>
23
24 <para>
25 The <application>Python</application> module packages add useful objects
26 to the <application>Python</application> language. Modules utilized by
27 packages throughout BLFS are listed here, along with their dependencies.
28 </para>
29
30 <itemizedlist spacing="compact">
31 <listitem>
32 <para>
33 <xref linkend="asciidoc"/>
34 </para>
35 </listitem>
36 <listitem>
37 <para>
38 <xref linkend="dbus-python"/>
39 </para>
40 </listitem>
41<!-- <listitem>
42 <para>
43 <xref linkend="decorator"/>
44 </para>
45 </listitem>
46-->
47 <listitem>
48 <para>
49 <xref linkend="docutils"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 <xref linkend="py3c"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 <xref linkend="pyatspi2"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 <xref linkend="pycairo"/>
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 <xref linkend="pycairo2"/>
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 <xref linkend="pycryptodome"/>
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 <xref linkend="python-dbusmock"/>
80 </para>
81 </listitem>
82 <listitem>
83 <para>
84 <xref linkend="pygments"/>
85 </para>
86 </listitem>
87 <listitem>
88 <para>
89 <xref linkend="pygobject2"/>
90 </para>
91 </listitem>
92 <listitem>
93 <para>
94 <xref linkend="pygobject3"/>
95 </para>
96 </listitem>
97 <listitem>
98 <para>
99 <xref linkend="pygtk"/>
100 </para>
101 </listitem>
102 <listitem>
103 <para>
104 <xref linkend="pyxdg"/>
105 </para>
106 </listitem>
107<!-- <listitem>
108 <para>
109 <xref linkend="funcsigs"/>
110 </para>
111 </listitem>
112-->
113<!-- <listitem>
114 <para>
115 <xref linkend="Beaker"/>
116 </para>
117 </listitem>
118-->
119 <listitem>
120 <para>
121 <xref linkend="libxml2py2"/>
122 </para>
123 </listitem>
124 <listitem>
125 <para>
126 <xref linkend="lxml"/>
127 </para>
128 </listitem>
129 <listitem revision="sysv">
130 <para>
131 <xref linkend="MarkupSafe"/>
132 </para>
133 </listitem>
134 <listitem revision="sysv">
135 <para>
136 <xref linkend="Jinja2"/>
137 </para>
138 </listitem>
139 <listitem>
140 <para>
141 <xref linkend="Mako"/>
142 </para>
143 </listitem>
144<!-- <listitem>
145 <para>
146 <xref linkend="python-slip"/>
147 </para>
148 </listitem>
149-->
150 <listitem>
151 <para>
152 <xref linkend="scour"/>
153 </para>
154 </listitem>
155 <listitem>
156 <para>
157 <xref linkend="six"/>
158 </para>
159 </listitem>
160 <listitem>
161 <para>
162 <xref linkend="PyYAML"/>
163 </para>
164 </listitem>
165 </itemizedlist>
166 </sect2>
167
168 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
169 href="asciidoc.xml"/>
170
171 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
172 href="dbus-python.xml"/>
173
174<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="decorator.xml"/>
176-->
177 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
178 href="docutils.xml"/>
179
180 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
181 href="py3c.xml"/>
182
183 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
184 href="pyatspi2.xml"/>
185<!--
186 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
187 href="py2cairo.xml"/>
188-->
189 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
190 href="pycairo.xml"/>
191
192 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
193 href="pycairo2.xml"/>
194
195 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
196 href="pycryptodome.xml"/>
197
198 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
199 href="python-dbusmock.xml"/>
200
201 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
202 href="pygments.xml"/>
203
204 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
205 href="pygobject2.xml"/>
206
207 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
208 href="pygobject3.xml"/>
209
210 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
211 href="pygtk.xml"/>
212
213 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
214 href="pyxdg.xml"/>
215
216<!--
217 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
218 href="setuptools.xml"/>
219-->
220
221<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
222 href="funcsigs.xml"/> -->
223
224<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
225 href="beaker.xml"/>-->
226
227 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
228 href="libxml2py2.xml"/>
229
230 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
231 href="lxml.xml"/>
232
233 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
234 href="markupsafe.xml"/>
235
236 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
237 href="jinja2.xml"/>
238
239 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
240 href="mako.xml"/>
241
242<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
243 href="python-slip.xml"/>-->
244
245 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
246 href="pyyaml.xml"/>
247
248 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
249 href="scour.xml"/>
250
251 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
252 href="six.xml"/>
253
254</sect1>
Note: See TracBrowser for help on using the repository browser.