source: general/prog/python-modules.xml@ 288d8ce

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 288d8ce was 381cfd1, checked in by Ken Moffat <ken@…>, 16 months ago

Attempt to add CacheControl and its dep.

CacheControl is used an inkscape clipart file, and in an inkman
file for searching for external packages and getting meta data
about them.

Unfortunately, I cannot find a working link. When I go to
https://pypi.org/project/CacheControl/#files and click on the
link for CacheControl-0.12.11.tar.gz I get a good download,
but if I mouse over that to read where it points to I get
a very long link which starts

https://files.pythonhosted.org/packages/49/9b/

followed by \n unfeasibly long hash which only remains visible
while my mouse is on the link.

Trying to point to c/CacheControl fails.

Current upstream has v0.12.12 but there is at least one issue for
why that might not be at pythonhosted, and trying to link to the
tag for 0.12.11 (there are no releases there) fails.

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