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

11.0 11.1 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since abf8d12 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.7 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="dbus-python"/>
34 </para>
35 </listitem>
36 <listitem>
37 <para>
38 <xref linkend="decorator"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 <xref linkend="docutils"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 <xref linkend="py3c"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 <xref linkend="pyatspi2"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 <xref linkend="pycairo"/>
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 <xref linkend="pycairo2"/>
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 <xref linkend="pycryptodome"/>
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 <xref linkend="python-dbusmock"/>
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 <xref linkend="pygments"/>
79 </para>
80 </listitem>
81 <listitem>
82 <para>
83 <xref linkend="pygobject2"/>
84 </para>
85 </listitem>
86 <listitem>
87 <para>
88 <xref linkend="pygobject3"/>
89 </para>
90 </listitem>
91 <listitem>
92 <para>
93 <xref linkend="pygtk"/>
94 </para>
95 </listitem>
96 <listitem>
97 <para>
98 <xref linkend="pyxdg"/>
99 </para>
100 </listitem>
101<!-- <listitem>
102 <para>
103 <xref linkend="funcsigs"/>
104 </para>
105 </listitem>
106 <listitem>
107 <para>
108 <xref linkend="Beaker"/>
109 </para>
110 </listitem> -->
111 <listitem>
112 <para>
113 <xref linkend="libxml2py2"/>
114 </para>
115 </listitem>
116 <listitem>
117 <para>
118 <xref linkend="lxml"/>
119 </para>
120 </listitem>
121 <listitem>
122 <para>
123 <xref linkend="MarkupSafe"/>
124 </para>
125 </listitem>
126 <listitem>
127 <para>
128 <xref linkend="Jinja2"/>
129 </para>
130 </listitem>
131 <listitem>
132 <para>
133 <xref linkend="Mako"/>
134 </para>
135 </listitem>
136 <listitem>
137 <para>
138 <xref linkend="python-slip"/>
139 </para>
140 </listitem>
141 <listitem>
142 <para>
143 <xref linkend="scour"/>
144 </para>
145 </listitem>
146 <listitem>
147 <para>
148 <xref linkend="six"/>
149 </para>
150 </listitem>
151 <listitem>
152 <para>
153 <xref linkend="PyYAML"/>
154 </para>
155 </listitem>
156 </itemizedlist>
157 </sect2>
158
159 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
160 href="dbus-python.xml"/>
161
162 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
163 href="decorator.xml"/>
164
165 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
166 href="docutils.xml"/>
167
168 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
169 href="py3c.xml"/>
170
171 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
172 href="pyatspi2.xml"/>
173<!--
174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="py2cairo.xml"/>
176-->
177 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
178 href="pycairo.xml"/>
179
180 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
181 href="pycairo2.xml"/>
182
183 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
184 href="pycryptodome.xml"/>
185
186 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
187 href="python-dbusmock.xml"/>
188
189 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
190 href="pygments.xml"/>
191
192 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
193 href="pygobject2.xml"/>
194
195 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
196 href="pygobject3.xml"/>
197
198 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
199 href="pygtk.xml"/>
200
201 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
202 href="pyxdg.xml"/>
203
204<!--
205 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
206 href="setuptools.xml"/>
207-->
208
209<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
210 href="funcsigs.xml"/> -->
211
212<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
213 href="beaker.xml"/>-->
214
215 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
216 href="libxml2py2.xml"/>
217
218 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
219 href="lxml.xml"/>
220
221 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
222 href="markupsafe.xml"/>
223
224 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
225 href="jinja2.xml"/>
226
227 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
228 href="mako.xml"/>
229
230 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
231 href="python-slip.xml"/>
232
233 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
234 href="pyyaml.xml"/>
235
236 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
237 href="scour.xml"/>
238
239 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
240 href="six.xml"/>
241
242</sect1>
Note: See TracBrowser for help on using the repository browser.