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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 d3ea9e8 was d3ea9e8, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to shfs-3.3.1.
Add docutils-0.14.

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

  • Property mode set to 100644
File size: 4.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 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Python Modules</title>
17
18 <indexterm zone="python-modules">
19 <primary sortas="a-Python-Modules">Python Modules</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Introduction to Python Modules</title>
24
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 Installation of the modules shown on this page is meant to follow from top
30 to bottom to handle optional dependencies in each module.
31 </para>
32
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>
36 <xref linkend="dbus-python"/>
37 </para>
38 </listitem>
39 <listitem>
40 <para>
41 <xref linkend="docutils"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 <xref linkend="pyatspi2"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 <xref linkend="pycairo"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 <xref linkend="pycrypto"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 <xref linkend="pygobject2"/>
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 <xref linkend="pygobject3"/>
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 <xref linkend="pygtk"/>
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 <xref linkend="pyxdg"/>
77 </para>
78 </listitem>
79<!--
80 <listitem revision="systemd">
81 <para>
82 <xref linkend="setuptools"/>
83 </para>
84 </listitem>
85-->
86 <listitem>
87 <para>
88 <xref linkend="funcsigs"/>
89 </para>
90 </listitem>
91 <listitem>
92 <para>
93 <xref linkend="Beaker"/>
94 </para>
95 </listitem>
96 <listitem>
97 <para>
98 <xref linkend="lxml"/>
99 </para>
100 </listitem>
101 <listitem>
102 <para>
103 <xref linkend="MarkupSafe"/>
104 </para>
105 </listitem>
106 <listitem revision="systemd">
107 <para>
108 <xref linkend="Jinja2"/>
109 </para>
110 </listitem>
111 <listitem>
112 <para>
113 <xref linkend="Mako"/>
114 </para>
115 </listitem>
116 <listitem>
117 <para>
118 <xref linkend="scour"/>
119 </para>
120 </listitem>
121 <listitem>
122 <para>
123 <xref linkend="six"/>
124 </para>
125 </listitem>
126 <listitem revision="systemd">
127 <para>
128 <xref linkend="PyYAML"/>
129 </para>
130 </listitem>
131 </itemizedlist>
132 </sect2>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="dbus-python.xml"/>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="docutils.xml"/>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="pyatspi2.xml"/>
142<!--
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="py2cairo.xml"/>
145-->
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="pycairo.xml"/>
148
149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="pycrypto.xml"/>
151
152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="pygobject2.xml"/>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="pygobject3.xml"/>
157
158 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
159 href="pygtk.xml"/>
160
161 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
162 href="pyxdg.xml"/>
163
164<!--
165 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
166 href="setuptools.xml"/>
167-->
168
169 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
170 href="funcsigs.xml"/>
171
172 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
173 href="beaker.xml"/>
174
175 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
176 href="lxml.xml"/>
177
178 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
179 href="markupsafe.xml"/>
180
181 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
182 href="jinja2.xml"/>
183
184 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
185 href="mako.xml"/>
186
187 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
188 href="pyyaml.xml"/>
189
190 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
191 href="scour.xml"/>
192
193 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
194 href="six.xml"/>
195
196</sect1>
Note: See TracBrowser for help on using the repository browser.