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

elogind
Last change on this file since d60cd837 was d60cd837, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21080.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21081 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 </para>
30
31 <itemizedlist spacing="compact">
32 <listitem>
33 <para>
34 <xref linkend="dbus-python"/>
35 </para>
36 </listitem>
37 <listitem>
38 <para>
39 <xref linkend="docutils"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 <xref linkend="pyatspi2"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 <xref linkend="pycairo"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 <xref linkend="pycrypto"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 <xref linkend="pygobject2"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 <xref linkend="pygobject3"/>
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 <xref linkend="pygtk"/>
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 <xref linkend="pyxdg"/>
75 </para>
76 </listitem>
77<!-- <listitem>
78 <para>
79 <xref linkend="funcsigs"/>
80 </para>
81 </listitem>
82 <listitem>
83 <para>
84 <xref linkend="Beaker"/>
85 </para>
86 </listitem> -->
87 <listitem>
88 <para>
89 <xref linkend="libxml2py2"/>
90 </para>
91 </listitem>
92 <listitem>
93 <para>
94 <xref linkend="lxml"/>
95 </para>
96 </listitem>
97 <listitem>
98 <para>
99 <xref linkend="MarkupSafe"/>
100 </para>
101 </listitem>
102 <listitem revision="systemd">
103 <para>
104 <xref linkend="Jinja2"/>
105 </para>
106 </listitem>
107 <listitem>
108 <para>
109 <xref linkend="Mako"/>
110 </para>
111 </listitem>
112 <listitem>
113 <para>
114 <xref linkend="scour"/>
115 </para>
116 </listitem>
117 <listitem>
118 <para>
119 <xref linkend="six"/>
120 </para>
121 </listitem>
122 <listitem revision="systemd">
123 <para>
124 <xref linkend="PyYAML"/>
125 </para>
126 </listitem>
127 </itemizedlist>
128 </sect2>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="dbus-python.xml"/>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="docutils.xml"/>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="pyatspi2.xml"/>
138<!--
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="py2cairo.xml"/>
141-->
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="pycairo.xml"/>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="pycrypto.xml"/>
147
148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="pygobject2.xml"/>
150
151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="pygobject3.xml"/>
153
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="pygtk.xml"/>
156
157 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
158 href="pyxdg.xml"/>
159
160<!--
161 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
162 href="setuptools.xml"/>
163-->
164
165<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
166 href="funcsigs.xml"/> -->
167
168<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
169 href="beaker.xml"/>-->
170
171 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
172 href="libxml2py2.xml"/>
173
174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="lxml.xml"/>
176
177 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
178 href="markupsafe.xml"/>
179
180 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
181 href="jinja2.xml"/>
182
183 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
184 href="mako.xml"/>
185
186 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
187 href="pyyaml.xml"/>
188
189 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
190 href="scour.xml"/>
191
192 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
193 href="six.xml"/>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.