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

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

Added setuptools, MarkupSafe and Jinja2 Python Modules.

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

  • Property mode set to 100644
File size: 3.1 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 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>
[ce892ab3]32
33 <itemizedlist spacing="compact">
[ae96c4b]34 <listitem>
35 <para>
36 <xref linkend="dbus-python"/>
37 </para>
38 </listitem>
[a89d49f]39 <listitem>
40 <para>
41 <xref linkend="pyatspi2"/>
42 </para>
43 </listitem>
[ce892ab3]44 <listitem>
[66b546a]45 <para>
46 <xref linkend="py2cairo"/>
47 </para>
[ce892ab3]48 </listitem>
[a73f7b02]49 <listitem>
50 <para>
51 <xref linkend="pycairo"/>
52 </para>
53 </listitem>
[f4472d1]54 <listitem>
[66b546a]55 <para>
56 <xref linkend="pygobject2"/>
57 </para>
[ce892ab3]58 </listitem>
59 <listitem>
[66b546a]60 <para>
61 <xref linkend="pygobject3"/>
62 </para>
[ce892ab3]63 </listitem>
[968dece]64 <listitem>
[66b546a]65 <para>
66 <xref linkend="pygtk"/>
67 </para>
[968dece]68 </listitem>
[d938ca94]69 <listitem>
70 <para>
71 <xref linkend="pyxdg"/>
72 </para>
73 </listitem>
[bd7946fd]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>
[ce892ab3]89 </itemizedlist>
90 </sect2>
91
[d2b1e2e]92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
93 href="dbus-python.xml"/>
[a73f7b02]94
[a89d49f]95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
96 href="pyatspi2-systemd.xml"/>
97
[d2b1e2e]98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
99 href="py2cairo.xml"/>
[a73f7b02]100
[d2b1e2e]101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
102 href="pycairo.xml"/>
[a73f7b02]103
[d2b1e2e]104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
105 href="pygobject2.xml"/>
[a73f7b02]106
[d2b1e2e]107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
108 href="pygobject3.xml"/>
[a73f7b02]109
[d2b1e2e]110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
111 href="pygtk.xml"/>
[f4472d1]112
[d2b1e2e]113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="pyxdg.xml"/>
[d938ca94]115
[bd7946fd]116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="setuptools.xml"/>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="MarkupSafe.xml"/>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="Jinja2.xml"/>
124
[ce892ab3]125</sect1>
Note: See TracBrowser for help on using the repository browser.