| 1 | pystatgrab README | 
 
 
 
 
 | 2 | http://www.i-scream.org/pystatgrab/ | 
 
 
 
 
 | 3 |  | 
 
 
 
 
 | 4 | $Id: README,v 1.3 2004/03/25 23:01:13 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 | If the installer has problems finding libstatgrab you may need to set | 
 
 
 
 
 | 15 | PKG_CONFIG_PATH to <prefix>/lib/pkgconfig - where prefix is the prefix | 
 
 
 
 
 | 16 | you used when installing libstatgrab (default is /usr/local). | 
 
 
 
 
 | 17 |  | 
 
 
 
 
 | 18 | The functions available through pystatgrab directly match those of | 
 
 
 
 
 | 19 | the libstatgrab functions. Documentation on those functions can be | 
 
 
 
 
 | 20 | found in the libstatgrab package, or on the libstatgrab website. | 
 
 
 
 
 | 21 |  | 
 
 
 
 
 | 22 | The return types of the functions are dictionaries, sometimes | 
 
 
 
 
 | 23 | contained within an array if more than one item is being returned. | 
 
 
 
 
 | 24 | These map pretty much directly on to the C structures returned by | 
 
 
 
 
 | 25 | libstatgrab. | 
 
 
 
 
 | 26 |  | 
 
 
 
 
 | 27 | Please let us know if you have any problems - support@i-scream.org. | 
 
 
 
 
 | 28 |  | 
 
 
 
 
 | 29 | If you find a bug, help us to fix it by sending details to | 
 
 
 
 
 | 30 | bugs@i-scream.org. If you have a patch, please send it too. |