Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v8plus / html / python / dist / distutils-term.html
CommitLineData
920dae64
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="dist.css" type='text/css' />
5<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
6<link rel='start' href='../index.html' title='Python Documentation Index' />
7<link rel="first" href="dist.html" title='Distributing Python Modules' />
8<link rel='index' href='genindex.html' title='Index' />
9<link rel='last' href='about.html' title='About this document...' />
10<link rel='help' href='about.html' title='About this document...' />
11<link rel="prev" href="python-terms.html" />
12<link rel="parent" href="intro.html" />
13<link rel="next" href="setup-script.html" />
14<meta name='aesop' content='information' />
15<title>1.4 Distutils-specific terminology</title>
16</head>
17<body>
18<DIV CLASS="navigation">
19<div id='top-navigation-panel' xml:id='top-navigation-panel'>
20<table align="center" width="100%" cellpadding="0" cellspacing="2">
21<tr>
22<td class='online-navigation'><a rel="prev" title="1.3 General Python terminology"
23 href="python-terms.html"><img src='../icons/previous.png'
24 border='0' height='32' alt='Previous Page' width='32' /></A></td>
25<td class='online-navigation'><a rel="parent" title="1. An Introduction to"
26 href="intro.html"><img src='../icons/up.png'
27 border='0' height='32' alt='Up One Level' width='32' /></A></td>
28<td class='online-navigation'><a rel="next" title="2. Writing the Setup"
29 href="setup-script.html"><img src='../icons/next.png'
30 border='0' height='32' alt='Next Page' width='32' /></A></td>
31<td align="center" width="100%">Distributing Python Modules</td>
32<td class='online-navigation'><img src='../icons/blank.png'
33 border='0' height='32' alt='' width='32' /></td>
34<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
35 border='0' height='32' alt='Module Index' width='32' /></a></td>
36<td class='online-navigation'><a rel="index" title="Index"
37 href="genindex.html"><img src='../icons/index.png'
38 border='0' height='32' alt='Index' width='32' /></A></td>
39</tr></table>
40<div class='online-navigation'>
41<b class="navlabel">Previous:</b>
42<a class="sectref" rel="prev" href="python-terms.html">1.3 General Python terminology</A>
43<b class="navlabel">Up:</b>
44<a class="sectref" rel="parent" href="intro.html">1. An Introduction to</A>
45<b class="navlabel">Next:</b>
46<a class="sectref" rel="next" href="setup-script.html">2. Writing the Setup</A>
47</div>
48<hr /></div>
49</DIV>
50<!--End of Navigation Panel-->
51
52<H1><A NAME="SECTION001400000000000000000"></A>
53<A NAME="distutils-term"></A>
54<BR>
551.4 Distutils-specific terminology
56</H1>
57
58<P>
59The following terms apply more specifically to the domain of
60distributing Python modules using the Distutils:
61<DL>
62<DT><STRONG>module distribution</STRONG></DT>
63<DD>a collection of Python modules distributed
64 together as a single downloadable resource and meant to be installed
65 <em>en masse</em>. Examples of some well-known module distributions are
66 Numeric Python, PyXML, PIL (the Python Imaging Library), or
67 mxBase. (This would be called a <em>package</em>, except that term
68 is already taken in the Python context: a single module distribution
69 may contain zero, one, or many Python packages.)
70
71<P>
72</DD>
73<DT><STRONG>pure module distribution</STRONG></DT>
74<DD>a module distribution that contains only
75 pure Python modules and packages. Sometimes referred to as a ``pure
76 distribution.''
77
78<P>
79</DD>
80<DT><STRONG>non-pure module distribution</STRONG></DT>
81<DD>a module distribution that contains
82 at least one extension module. Sometimes referred to as a ``non-pure
83 distribution.''
84
85<P>
86</DD>
87<DT><STRONG>distribution root</STRONG></DT>
88<DD>the top-level directory of your source tree (or
89 source distribution); the directory where <span class="file">setup.py</span> exists. Generally
90 <span class="file">setup.py</span> will be run from this directory.
91</DD>
92</DL>
93
94<P>
95
96<DIV CLASS="navigation">
97<div class='online-navigation'>
98<p></p><hr />
99<table align="center" width="100%" cellpadding="0" cellspacing="2">
100<tr>
101<td class='online-navigation'><a rel="prev" title="1.3 General Python terminology"
102 href="python-terms.html"><img src='../icons/previous.png'
103 border='0' height='32' alt='Previous Page' width='32' /></A></td>
104<td class='online-navigation'><a rel="parent" title="1. An Introduction to"
105 href="intro.html"><img src='../icons/up.png'
106 border='0' height='32' alt='Up One Level' width='32' /></A></td>
107<td class='online-navigation'><a rel="next" title="2. Writing the Setup"
108 href="setup-script.html"><img src='../icons/next.png'
109 border='0' height='32' alt='Next Page' width='32' /></A></td>
110<td align="center" width="100%">Distributing Python Modules</td>
111<td class='online-navigation'><img src='../icons/blank.png'
112 border='0' height='32' alt='' width='32' /></td>
113<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
114 border='0' height='32' alt='Module Index' width='32' /></a></td>
115<td class='online-navigation'><a rel="index" title="Index"
116 href="genindex.html"><img src='../icons/index.png'
117 border='0' height='32' alt='Index' width='32' /></A></td>
118</tr></table>
119<div class='online-navigation'>
120<b class="navlabel">Previous:</b>
121<a class="sectref" rel="prev" href="python-terms.html">1.3 General Python terminology</A>
122<b class="navlabel">Up:</b>
123<a class="sectref" rel="parent" href="intro.html">1. An Introduction to</A>
124<b class="navlabel">Next:</b>
125<a class="sectref" rel="next" href="setup-script.html">2. Writing the Setup</A>
126</div>
127</div>
128<hr />
129<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
130</DIV>
131<!--End of Navigation Panel-->
132<ADDRESS>
133See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
134</ADDRESS>
135</BODY>
136</HTML>