source: general/prog/python-modules.xml@ 427b46a

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 427b46a was 3aee187, checked in by Thomas Trepl <thomas@…>, 4 years ago

Upgrade subversion-1.14.0; add py3c

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23213 af4574ff-66df-0310-9fd7-8a98e5e911e0

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