aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/markupsafe.xml
blob: c09b9a64c1bb500bcfe5e52706c535d84e170c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../general.ent">
  %general-entities;
]>

<sect1 id="ch-system-markupsafe" role="wrap">
  <?dbhtml filename="markupsafe.html"?>

  <sect1info condition="script">
    <productname>markupsafe</productname>
    <productnumber>&markupsafe-version;</productnumber>
    <address>&markupsafe-url;</address>
  </sect1info>

  <title>MarkupSafe-&markupsafe-version;</title>

  <indexterm zone="ch-system-markupsafe">
    <primary sortas="a-markupsafe">MarkupSafe</primary>
  </indexterm>

  <sect2 role="package">
    <title/>

    <para>MarkupSafe is a Python module that implements an XML/HTML/XHTML Markup
    safe string.</para>

    <segmentedlist>
      <segtitle>&buildtime;</segtitle>
      <segtitle>&diskspace;</segtitle>
      <seglistitem>
        <seg>&markupsafe-fin-sbu;</seg>
        <seg>&markupsafe-fin-du;</seg>
      </seglistitem>
    </segmentedlist>

  </sect2>

  <sect2 role="installation">
    <title>Installation of MarkupSafe</title>

    <para>Compile MarkupSafe with the following command:</para>

<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>

    <para>This package does not come with a test suite.</para>

    <para>Install the package:</para>

<screen><userinput remap="install">pip3 install --no-index --no-user --find-links dist Markupsafe</userinput></screen>

  </sect2>

  <sect2 id="contents-markupsafe" role="content">
    <title>Contents of MarkupSafe</title>

    <segmentedlist>
      <segtitle>Installed directory</segtitle>

      <seglistitem>
        <seg>
           /usr/lib/python&python-minor;/site-packages/MarkupSafe-&markupsafe-version;.dist-info
        </seg>
      </seglistitem>
    </segmentedlist>

  </sect2>

</sect1>