File: INSTALL.txt

package info (click to toggle)
python-pullparser 0.1.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 152 kB
  • ctags: 125
  • sloc: python: 791; makefile: 62
file content (58 lines) | stat: -rw-r--r-- 1,279 bytes parent folder | download | duplicates (2)
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
pullparser installation instructions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Dependencies
~~~~~~~~~~~~

Python 2.2.1 or above is required.


Installation
~~~~~~~~~~~~

To install the package, run the following command:

 python setup.py build

then (with appropriate permissions)

 python setup.py install


Alternatively, just copy pullparser.py into your Python path
(eg. unix: /usr/local/lib/python2.4/site-packages, Windows:
C:\Python24\Lib\site-packages).


To run the tests (none of which access the network), run the following
command:

 python test.py

This runs the tests against the source files extracted from the
package.  For help on command line options:

 python test.py --help


Bugs and comments to jjl@pobox.com.


NO WARRANTY

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Copyright Notices

  (C) 2002-2006 John J. Lee.  All rights reserved.
  (C) 1998-2001 Gisle Aas.  All rights reserved.   (Original LWP code)

This code in this package is free software; you can redistribute it
and/or modify it under the terms of the BSD or ZPL 2.1 licenses (see
the file COPYING.txt).

John J. Lee <jjl@pobox.com>
April 2006