source: general/prog/python-modules-systemd.xml@ 607c1e67

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 607c1e67 was 96b7cf1, checked in by Krejzi <krejzi@…>, 10 years ago

Commit forgotten page. Merge trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13820 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.4 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="pyatspi2"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 <xref linkend="py2cairo"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 <xref linkend="pycairo"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 <xref linkend="pygobject2"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 <xref linkend="pygobject3"/>
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 <xref linkend="pygtk"/>
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 <xref linkend="pyxdg"/>
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 <xref linkend="setuptools"/>
77 </para>
78 </listitem>
79 <listitem>
80 <para>
81 <xref linkend="MarkupSafe"/>
82 </para>
83 </listitem>
84 <listitem>
85 <para>
86 <xref linkend="Jinja2"/>
87 </para>
88 </listitem>
89 <listitem>
90 <para>
91 <xref linkend="PyYAML"/>
92 </para>
93 </listitem>
94 </itemizedlist>
95 </sect2>
96
97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
98 href="dbus-python.xml"/>
99
100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
101 href="pyatspi2-systemd.xml"/>
102
103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
104 href="py2cairo.xml"/>
105
106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
107 href="pycairo.xml"/>
108
109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110 href="pygobject2.xml"/>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="pygobject3.xml"/>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="pygtk.xml"/>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="pyxdg.xml"/>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="setuptools-systemd.xml"/>
123
124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
125 href="MarkupSafe-systemd.xml"/>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="Jinja2-systemd.xml"/>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="PyYAML-systemd.xml"/>
132
133</sect1>
Note: See TracBrowser for help on using the repository browser.