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

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 f78dbb74 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
RevLine 
[ce892ab3]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
[d2b1e2e]8<sect1 id="python-modules" xreflabel="Python Modules">
[ce892ab3]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">
[d2b1e2e]18 <primary sortas="a-Python-Modules">Python Modules</primary>
[ce892ab3]19 </indexterm>
20
21 <sect2 role="package">
22 <title>Introduction to Python Modules</title>
23
[66b546a]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>
[ce892ab3]29
30 <itemizedlist spacing="compact">
[ae96c4b]31 <listitem>
32 <para>
33 <xref linkend="dbus-python"/>
34 </para>
35 </listitem>
[14c0be2f]36 <listitem>
37 <para>
38 <xref linkend="decorator"/>
39 </para>
40 </listitem>
[93883ec]41 <listitem>
[22f9c48]42 <para>
[d3ea9e8]43 <xref linkend="docutils"/>
44 </para>
[22f9c48]45 </listitem>
[3aee187]46 <listitem>
47 <para>
48 <xref linkend="py3c"/>
49 </para>
50 </listitem>
[ce892ab3]51 <listitem>
[66b546a]52 <para>
[d3ea9e8]53 <xref linkend="pyatspi2"/>
54 </para>
[ce892ab3]55 </listitem>
[a73f7b02]56 <listitem>
57 <para>
58 <xref linkend="pycairo"/>
59 </para>
60 </listitem>
[0c2e5325]61 <listitem>
62 <para>
63 <xref linkend="pycairo2"/>
64 </para>
65 </listitem>
[82eddd4]66 <listitem>
67 <para>
[ceafde50]68 <xref linkend="pycryptodome"/>
[82eddd4]69 </para>
70 </listitem>
[10092cde]71 <listitem>
72 <para>
73 <xref linkend="python-dbusmock"/>
74 </para>
75 </listitem>
[07f61e4]76 <listitem>
77 <para>
78 <xref linkend="pygments"/>
79 </para>
80 </listitem>
[f4472d1]81 <listitem>
[66b546a]82 <para>
83 <xref linkend="pygobject2"/>
84 </para>
[ce892ab3]85 </listitem>
86 <listitem>
[66b546a]87 <para>
88 <xref linkend="pygobject3"/>
89 </para>
[ce892ab3]90 </listitem>
[968dece]91 <listitem>
[66b546a]92 <para>
93 <xref linkend="pygtk"/>
94 </para>
[968dece]95 </listitem>
[d938ca94]96 <listitem>
97 <para>
98 <xref linkend="pyxdg"/>
99 </para>
100 </listitem>
[6b551e8]101<!-- <listitem>
[04dc524d]102 <para>
103 <xref linkend="funcsigs"/>
104 </para>
105 </listitem>
[0499056]106 <listitem>
[22f9c48]107 <para>
108 <xref linkend="Beaker"/>
109 </para>
[6b551e8]110 </listitem> -->
[cd964c8]111 <listitem>
112 <para>
113 <xref linkend="libxml2py2"/>
114 </para>
115 </listitem>
[7d35ee59]116 <listitem>
[23e36d1]117 <para>
118 <xref linkend="lxml"/>
119 </para>
120 </listitem>
[0499056]121 <listitem>
[22f9c48]122 <para>
123 <xref linkend="MarkupSafe"/>
124 </para>
125 </listitem>
[731bf37a]126 <listitem>
[22f9c48]127 <para>
128 <xref linkend="Jinja2"/>
129 </para>
130 </listitem>
[0499056]131 <listitem>
[22f9c48]132 <para>
133 <xref linkend="Mako"/>
134 </para>
135 </listitem>
[14c0be2f]136 <listitem>
137 <para>
138 <xref linkend="python-slip"/>
139 </para>
140 </listitem>
[7d35ee59]141 <listitem>
142 <para>
143 <xref linkend="scour"/>
144 </para>
145 </listitem>
[505c46cc]146 <listitem>
147 <para>
148 <xref linkend="six"/>
149 </para>
150 </listitem>
[731bf37a]151 <listitem>
[22f9c48]152 <para>
153 <xref linkend="PyYAML"/>
154 </para>
155 </listitem>
[ce892ab3]156 </itemizedlist>
157 </sect2>
158
[d2b1e2e]159 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
160 href="dbus-python.xml"/>
[a73f7b02]161
[14c0be2f]162 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
163 href="decorator.xml"/>
164
[d3ea9e8]165 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
166 href="docutils.xml"/>
167
[3aee187]168 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
169 href="py3c.xml"/>
170
[22f9c48]171 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
172 href="pyatspi2.xml"/>
[7979906]173<!--
[d2b1e2e]174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="py2cairo.xml"/>
[7979906]176-->
[d2b1e2e]177 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
178 href="pycairo.xml"/>
[82eddd4]179
[0c2e5325]180 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
181 href="pycairo2.xml"/>
182
[82eddd4]183 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[ceafde50]184 href="pycryptodome.xml"/>
[a73f7b02]185
[10092cde]186 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
187 href="python-dbusmock.xml"/>
188
[07f61e4]189 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
190 href="pygments.xml"/>
191
[d2b1e2e]192 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
193 href="pygobject2.xml"/>
[a73f7b02]194
[d2b1e2e]195 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
196 href="pygobject3.xml"/>
[a73f7b02]197
[d2b1e2e]198 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
199 href="pygtk.xml"/>
[f4472d1]200
[d2b1e2e]201 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
202 href="pyxdg.xml"/>
[d938ca94]203
[879932f]204<!--
[22f9c48]205 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
206 href="setuptools.xml"/>
[879932f]207-->
[22f9c48]208
[4701264]209<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
210 href="funcsigs.xml"/> -->
[04dc524d]211
[6b551e8]212<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
213 href="beaker.xml"/>-->
[22f9c48]214
[cd964c8]215 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
216 href="libxml2py2.xml"/>
217
[23e36d1]218 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
219 href="lxml.xml"/>
220
[22f9c48]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
[14c0be2f]230 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
231 href="python-slip.xml"/>
232
[22f9c48]233 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
234 href="pyyaml.xml"/>
235
[7d35ee59]236 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
237 href="scour.xml"/>
238
[505c46cc]239 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
240 href="six.xml"/>
241
[ce892ab3]242</sect1>
Note: See TracBrowser for help on using the repository browser.