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

lazarus trunk
Last change on this file since c4a9428e was c4a9428e, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Archive PyYaml and Update to Cython-3.0.10.

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