ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/pystatgrab/README
Revision: 1.2
Committed: Sat Mar 20 22:43:26 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: PYSTATGRAB_0_1
Changes since 1.1: +20 -1 lines
Log Message:
Add more documentation to the README file.

File Contents

# Content
1 pystatgrab README
2 http://www.i-scream.org/libstatgrab/
3
4 $Id: README,v 1.1 2004/03/20 19:25:02 tdb Exp $
5
6 pystatgrab contains python bindings for libstatgrab. For information
7 on libstatgrab see the libstatgrab website given above.
8
9 There is currently very little documentation for pystatgrab.
10 Installation is a normal distutils setup:
11
12 ./setup.py install
13
14 The functions available through pystatgrab directly match those of
15 the libstatgrab functions. Documentation on those functions can be
16 found in the libstatgrab package, or on the libstatgrab website.
17
18 The return types of the functions are dictionaries, sometimes
19 contained within an array if more than one item is being returned.
20 These map pretty much directly on to the C structures returned by
21 libstatgrab.
22
23 Please let us know if you have any problems - support@i-scream.org.
24
25 If you find a bug, help us to fix it by sending details to
26 bugs@i-scream.org. If you have a patch, please send it too.