~ubuntu-branches/ubuntu/trusty/python-babel/trusty

« back to all changes in this revision

Viewing changes to doc/api/babel-module.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-10-28 10:11:31 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131028101131-zwbmm8sc29iemmlr
Tags: 1.3-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules: Run the testsuite during builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ascii"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
 
          "DTD/xhtml1-transitional.dtd">
4
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<head>
6
 
  <title>babel</title>
7
 
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
8
 
  <script type="text/javascript" src="epydoc.js"></script>
9
 
</head>
10
 
 
11
 
<body bgcolor="white" text="black" link="blue" vlink="#204080"
12
 
      alink="#204080">
13
 
<!-- ==================== NAVIGATION BAR ==================== -->
14
 
<table class="navbar" border="0" width="100%" cellpadding="0"
15
 
       bgcolor="#a0c0ff" cellspacing="0">
16
 
  <tr valign="middle">
17
 
  <!-- Home link -->
18
 
      <th bgcolor="#70b0f0" class="navbar-select"
19
 
          >&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;</th>
20
 
 
21
 
  <!-- Tree link -->
22
 
      <th>&nbsp;&nbsp;&nbsp;<a
23
 
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
24
 
 
25
 
  <!-- Index link -->
26
 
      <th>&nbsp;&nbsp;&nbsp;<a
27
 
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
28
 
 
29
 
  <!-- Help link -->
30
 
      <th>&nbsp;&nbsp;&nbsp;<a
31
 
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
32
 
 
33
 
  <!-- Project homepage -->
34
 
      <th class="navbar" align="right" width="100%">
35
 
        <table border="0" cellpadding="0" cellspacing="0">
36
 
          <tr><th class="navbar" align="center"
37
 
            ><a class="navbar" target="_top" href="../index.html">Documentation Index</a></th>
38
 
          </tr></table></th>
39
 
  </tr>
40
 
</table>
41
 
<table width="100%" cellpadding="0" cellspacing="0">
42
 
  <tr valign="top">
43
 
    <td width="100%">
44
 
      <span class="breadcrumbs">
45
 
        Package&nbsp;babel
46
 
      </span>
47
 
    </td>
48
 
    <td>
49
 
      <table cellpadding="0" cellspacing="0">
50
 
        <!-- hide/show private -->
51
 
      </table>
52
 
    </td>
53
 
  </tr>
54
 
</table>
55
 
<!-- ==================== PACKAGE DESCRIPTION ==================== -->
56
 
<h1 class="epydoc">Package babel</h1><p class="nomargin-top"></p>
57
 
<p>Integrated collection of utilities that assist in internationalizing and
58
 
localizing applications.</p>
59
 
<p>This package is basically composed of two major parts:</p>
60
 
<blockquote>
61
 
<ul class="rst-simple">
62
 
<li>tools to build and work with <tt class="rst-docutils literal">gettext</tt> message catalogs</li>
63
 
<li>a Python interface to the CLDR (Common Locale Data Repository), providing
64
 
access to various locale display names, localized number and date
65
 
formatting, etc.</li>
66
 
</ul>
67
 
</blockquote>
68
 
 
69
 
<hr />
70
 
<div class="fields">      <dl><dt>See Also:</dt>
71
 
        <dd>
72
 
          <a class="rst-reference external" href="http://www.gnu.org/software/gettext/" target="_top">http://www.gnu.org/software/gettext/</a>,
73
 
          <a class="rst-reference external" href="http://docs.python.org/lib/module-gettext.html" target="_top">http://docs.python.org/lib/module-gettext.html</a>,
74
 
          <a class="rst-reference external" href="http://www.unicode.org/cldr/" target="_top">http://www.unicode.org/cldr/</a>
75
 
        </dd>
76
 
      </dl>
77
 
      <p><strong>Version:</strong>
78
 
        0.9.5
79
 
      </p>
80
 
</div><!-- ==================== SUBMODULES ==================== -->
81
 
<a name="section-Submodules"></a>
82
 
<table class="summary" border="1" cellpadding="3"
83
 
       cellspacing="0" width="100%" bgcolor="white">
84
 
<tr bgcolor="#70b0f0" class="table-header">
85
 
  <td align="left" colspan="2" class="table-header">
86
 
    <span class="table-header">Submodules</span></td>
87
 
</tr>
88
 
  <tr><td class="summary">
89
 
  <ul class="nomargin">
90
 
    <li> <strong class="uidlink"><a href="babel.core-module.html">babel.core</a></strong>: <em class="summary">Core locale representation and locale data access.</em>    </li>
91
 
    <li> <strong class="uidlink"><a href="babel.dates-module.html">babel.dates</a></strong>: <em class="summary">Locale dependent formatting and parsing of dates and times.</em>    </li>
92
 
    <li> <strong class="uidlink"><a href="babel.localedata-module.html">babel.localedata</a></strong>: <em class="summary">Low-level locale data access.</em>    </li>
93
 
    <li> <strong class="uidlink"><a href="babel.messages-module.html">babel.messages</a></strong>: <em class="summary">Support for <tt class="rst-rst-docutils literal rst-docutils literal">gettext</tt> message catalogs.</em>
94
 
    <ul>
95
 
    <li> <strong class="uidlink"><a href="babel.messages.catalog-module.html">babel.messages.catalog</a></strong>: <em class="summary">Data structures for message catalogs.</em>    </li>
96
 
    <li> <strong class="uidlink"><a href="babel.messages.checkers-module.html">babel.messages.checkers</a></strong>: <em class="summary">Various routines that help with validation of translations.</em>    </li>
97
 
    <li> <strong class="uidlink"><a href="babel.messages.extract-module.html">babel.messages.extract</a></strong>: <em class="summary">Basic infrastructure for extracting localizable messages from source files.</em>    </li>
98
 
    <li> <strong class="uidlink"><a href="babel.messages.frontend-module.html">babel.messages.frontend</a></strong>: <em class="summary">Frontends for the message extraction functionality.</em>    </li>
99
 
    <li> <strong class="uidlink"><a href="babel.messages.jslexer-module.html">babel.messages.jslexer</a></strong>: <em class="summary">A simple JavaScript 1.5 lexer which is used for the JavaScript
100
 
extractor.</em>    </li>
101
 
    <li> <strong class="uidlink"><a href="babel.messages.mofile-module.html">babel.messages.mofile</a></strong>: <em class="summary">Writing of files in the <tt class="rst-rst-docutils literal rst-docutils literal">gettext</tt> MO (machine object) format.</em>    </li>
102
 
    <li> <strong class="uidlink"><a href="babel.messages.plurals-module.html">babel.messages.plurals</a></strong>: <em class="summary">Plural form definitions.</em>    </li>
103
 
    <li> <strong class="uidlink"><a href="babel.messages.pofile-module.html">babel.messages.pofile</a></strong>: <em class="summary">Reading and writing of files in the <tt class="rst-rst-docutils literal rst-docutils literal">gettext</tt> PO (portable object)
104
 
format.</em>    </li>
105
 
    </ul>
106
 
    </li>
107
 
    <li> <strong class="uidlink"><a href="babel.numbers-module.html">babel.numbers</a></strong>: <em class="summary">Locale dependent formatting and parsing of numeric data.</em>    </li>
108
 
    <li> <strong class="uidlink"><a href="babel.support-module.html">babel.support</a></strong>: <em class="summary">Several classes and functions that help with integrating and using Babel
109
 
in applications.</em>    </li>
110
 
    <li> <strong class="uidlink"><a href="babel.util-module.html">babel.util</a></strong>: <em class="summary">Various utility classes and functions.</em>    </li>
111
 
  </ul></td></tr>
112
 
</table>
113
 
 
114
 
<br />
115
 
<!-- ==================== VARIABLES ==================== -->
116
 
<a name="section-Variables"></a>
117
 
<table class="summary" border="1" cellpadding="3"
118
 
       cellspacing="0" width="100%" bgcolor="white">
119
 
<tr bgcolor="#70b0f0" class="table-header">
120
 
  <td align="left" colspan="2" class="table-header">
121
 
    <span class="table-header">Variables</span></td>
122
 
</tr>
123
 
<tr>
124
 
    <td width="15%" align="right" valign="top" class="summary">
125
 
      <span class="summary-type">&nbsp;</span>
126
 
    </td><td class="summary">
127
 
        <a name="__package__"></a><span class="summary-name">__package__</span> = <code title="'babel'"><code class="variable-quote">'</code><code class="variable-string">babel</code><code class="variable-quote">'</code></code>
128
 
    </td>
129
 
  </tr>
130
 
</table>
131
 
<!-- ==================== NAVIGATION BAR ==================== -->
132
 
<table class="navbar" border="0" width="100%" cellpadding="0"
133
 
       bgcolor="#a0c0ff" cellspacing="0">
134
 
  <tr valign="middle">
135
 
  <!-- Home link -->
136
 
      <th bgcolor="#70b0f0" class="navbar-select"
137
 
          >&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;</th>
138
 
 
139
 
  <!-- Tree link -->
140
 
      <th>&nbsp;&nbsp;&nbsp;<a
141
 
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
142
 
 
143
 
  <!-- Index link -->
144
 
      <th>&nbsp;&nbsp;&nbsp;<a
145
 
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
146
 
 
147
 
  <!-- Help link -->
148
 
      <th>&nbsp;&nbsp;&nbsp;<a
149
 
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
150
 
 
151
 
  <!-- Project homepage -->
152
 
      <th class="navbar" align="right" width="100%">
153
 
        <table border="0" cellpadding="0" cellspacing="0">
154
 
          <tr><th class="navbar" align="center"
155
 
            ><a class="navbar" target="_top" href="../index.html">Documentation Index</a></th>
156
 
          </tr></table></th>
157
 
  </tr>
158
 
</table>
159
 
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
160
 
  <tr>
161
 
    <td align="left" class="footer">
162
 
    Generated by Epydoc 3.0.1 on Thu Mar 17 15:12:44 2011
163
 
    </td>
164
 
    <td align="right" class="footer">
165
 
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
166
 
        >http://epydoc.sourceforge.net</a>
167
 
    </td>
168
 
  </tr>
169
 
</table>
170
 
 
171
 
<script type="text/javascript">
172
 
  <!--
173
 
  // Private objects are initially displayed (because if
174
 
  // javascript is turned off then we want them to be
175
 
  // visible); but by default, we want to hide them.  So hide
176
 
  // them unless we have a cookie that says to show them.
177
 
  checkCookie();
178
 
  // -->
179
 
</script>
180
 
</body>
181
 
</html>