source: general/prog/python-modules.xml@ 4f406ea

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/xf86-video-removal
Last change on this file since 4f406ea was 8828c760, checked in by Pierre Labastie <pierre.labastie@…>, 20 months ago

Add gi-docgen (WIP: need testing)

  • Property mode set to 100644
File size: 9.3 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 <important>
31 <para>
32 In BLFS, we normally build and install Python 3 modules with
33 <command>pip3</command>. Please take care that the
34 <command>pip3 install</command> commands in the book should be
35 run as &root; unless it's for a Python virtual environment. Running
36 <command>pip3 install</command> as a non-&root; user may seem to
37 work fine, but it will cause the installed module to be inaccessible by
38 other users.
39 </para>
40 <para>
41 <command>pip3 install</command> will not reinstall an already
42 installed module by default. For using the
43 <command>pip3 install</command> command to upgrade a module (for
44 example, from meson-0.61.3 to meson-0.62.0), insert
45 <parameter>--upgrade</parameter> into the command line. If it's really
46 necessary to downgrade a module or reinstall the same version for
47 some reason, insert <parameter>--force-reinstall</parameter> into
48 the command line.
49 </para>
50 </important>
51
52 <itemizedlist spacing="compact">
53 <listitem>
54 <para>
55 <xref linkend="asciidoc"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 <xref linkend="cython"/>
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 <xref linkend="dbus-python"/>
66 </para>
67 </listitem>
68<!-- <listitem>
69 <para>
70 <xref linkend="decorator"/>
71 </para>
72 </listitem>
73-->
74 <listitem>
75 <para>
76 <xref linkend="docutils"/>
77 </para>
78 </listitem>
79 <listitem>
80 <para>
81 <xref linkend="doxypypy"/>
82 </para>
83 </listitem>
84 <listitem>
85 <para>
86 <xref linkend="doxyqml"/>
87 </para>
88 </listitem>
89 <listitem>
90 <para>
91 <xref linkend="gi-docgen"/>
92 </para>
93 </listitem>
94 <listitem>
95 <para>
96 <xref linkend="packaging"/>
97 </para>
98 </listitem>
99 <listitem>
100 <para>
101 <xref linkend="py3c"/>
102 </para>
103 </listitem>
104 <listitem>
105 <para>
106 <xref linkend="pyatspi2"/>
107 </para>
108 </listitem>
109 <listitem>
110 <para>
111 <xref linkend="pycairo"/>
112 </para>
113 </listitem>
114 <listitem>
115 <para>
116 <xref linkend="pycairo2"/>
117 </para>
118 </listitem>
119 <listitem>
120 <para>
121 <xref linkend="pycryptodome"/>
122 </para>
123 </listitem>
124 <listitem>
125 <para>
126 <xref linkend="python-dbusmock"/>
127 </para>
128 </listitem>
129 <listitem>
130 <para>
131 <xref linkend="pygments"/>
132 </para>
133 </listitem>
134 <listitem>
135 <para>
136 <xref linkend="pygobject2"/>
137 </para>
138 </listitem>
139 <listitem>
140 <para>
141 <xref linkend="pygobject3"/>
142 </para>
143 </listitem>
144 <listitem>
145 <para>
146 <xref linkend="pygtk"/>
147 </para>
148 </listitem>
149 <listitem>
150 <para>
151 <xref linkend="pyxdg"/>
152 </para>
153 </listitem>
154<!-- <listitem>
155 <para>
156 <xref linkend="funcsigs"/>
157 </para>
158 </listitem>
159-->
160<!-- <listitem>
161 <para>
162 <xref linkend="Beaker"/>
163 </para>
164 </listitem>
165-->
166 <listitem>
167 <para>
168 <xref linkend="libxml2py2"/>
169 </para>
170 </listitem>
171 <listitem>
172 <para>
173 <xref linkend="lxml"/>
174 </para>
175 </listitem>
176 <listitem revision="sysv">
177 <para>
178 <xref linkend="MarkupSafe"/>
179 </para>
180 </listitem>
181 <listitem revision="sysv">
182 <para>
183 <xref linkend="Jinja2"/>
184 </para>
185 </listitem>
186 <listitem>
187 <para>
188 <xref linkend="Mako"/>
189 </para>
190 </listitem>
191 <listitem>
192 <para>
193 <xref linkend="pyparsing"/>
194 </para>
195 </listitem>
196 <listitem>
197 <para>
198 <xref linkend="pytest"/>
199 </para>
200 </listitem>
201 <listitem>
202 <para>
203 <xref linkend="recommonmark"/>
204 </para>
205 </listitem>
206 <listitem>
207 <para>
208 <xref linkend="requests"/>
209 </para>
210 </listitem>
211 <listitem>
212 <para>
213 <xref linkend="scour"/>
214 </para>
215 </listitem>
216 <listitem>
217 <para>
218 <xref linkend="six"/>
219 </para>
220 </listitem>
221 <listitem>
222 <para>
223 <xref linkend="sphinx"/>
224 </para>
225 </listitem>
226 <listitem>
227 <para>
228 <xref linkend="sphinx_rtd_theme"/>
229 </para>
230 </listitem>
231 <listitem>
232 <para>
233 <xref linkend="PyYAML"/>
234 </para>
235 </listitem>
236 </itemizedlist>
237 </sect2>
238
239 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
240 href="python-modules/asciidoc.xml"/>
241
242 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
243 href="python-modules/cython.xml"/>
244
245 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
246 href="python-modules/dbus-python.xml"/>
247
248<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
249 href="decorator.xml"/>
250-->
251 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
252 href="python-modules/docutils.xml"/>
253
254 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
255 href="python-modules/doxypypy.xml"/>
256
257 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
258 href="python-modules/doxyqml.xml"/>
259
260 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
261 href="python-modules/gi-docgen.xml"/>
262
263 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
264 href="python-modules/packaging.xml"/>
265
266 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
267 href="python-modules/py3c.xml"/>
268
269 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
270 href="python-modules/pyatspi2.xml"/>
271<!--
272 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
273 href="py2cairo.xml"/>
274-->
275 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
276 href="python-modules/pycairo.xml"/>
277
278 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
279 href="python-modules/pycairo2.xml"/>
280
281 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
282 href="python-modules/pycryptodome.xml"/>
283
284 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
285 href="python-modules/python-dbusmock.xml"/>
286
287 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
288 href="python-modules/pygments.xml"/>
289
290 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
291 href="python-modules/pygobject2.xml"/>
292
293 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
294 href="python-modules/pygobject3.xml"/>
295
296 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
297 href="python-modules/pygtk.xml"/>
298
299 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
300 href="python-modules/pyxdg.xml"/>
301
302 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
303 href="python-modules/recommonmark.xml"/>
304
305<!--
306 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
307 href="setuptools.xml"/>
308-->
309
310<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
311 href="funcsigs.xml"/> -->
312
313<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
314 href="beaker.xml"/>-->
315
316 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
317 href="python-modules/libxml2py2.xml"/>
318
319 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
320 href="python-modules/lxml.xml"/>
321
322 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
323 href="python-modules/markupsafe.xml"/>
324
325 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
326 href="python-modules/jinja2.xml"/>
327
328 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
329 href="python-modules/mako.xml"/>
330
331 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
332 href="python-modules/pyparsing.xml"/>
333
334 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
335 href="python-modules/pytest.xml"/>
336
337 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
338 href="python-modules/pyyaml.xml"/>
339
340 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
341 href="python-modules/requests.xml"/>
342
343 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
344 href="python-modules/scour.xml"/>
345
346 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
347 href="python-modules/six.xml"/>
348
349 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
350 href="python-modules/sphinx.xml"/>
351
352 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
353 href="python-modules/sphinx_rtd_theme.xml"/>
354
355</sect1>
Note: See TracBrowser for help on using the repository browser.