1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
7 <title>i-scream pystatgrab homepage</title>
8 <!--#include virtual="/style.inc" -->
17 <!--#include virtual="/header.inc" -->
21 <h1 class="top">i-scream pystatgrab homepage</h1>
25 <li><a href="#news">News</a></li>
26 <li><a href="#what">What is pystatgrab?</a></li>
27 <li><a href="#download">Downloading</a></li>
31 <h2><a name="news">News</a></h2>
34 To get notifications of new pystatgrab releases why not subscribe
35 to our project over on <a href="http://freshmeat.net/projects/pystatgrab/">
39 <h3>Sunday 21 March 2004</h3>
41 Version 0.1 of pystatgrab has been released.<br/>
43 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.1.tar.gz">here</a>.
46 This is the first release of pystatgrab; a set of Python bindings
47 for the <a href="/libstatgrab/">libstatgrab</a> library. Although
48 lacking in documentation, it's fairly complete feature wise.
51 <h2><a name="what">What is pystatgrab?</a></h2>
54 pystatgrab is a set of Python bindings for the <a href="/libstatgrab/">
55 libstatgrab</a> library. It installs as a module and provides a set of
56 function calls with identical names to the libstatgrab functions. The
57 returned data types also map logically on to the structures returned
62 pystatgrab should work on any platform that libstatgrab will work on.
63 Currently, pystatgrab requires version 0.9 of libstatgrab to function.
66 <h2><a name="download">Downloading</a></h2>
69 The latest version of pystatgrab can be downloaded from our
71 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/">mirror</a>.
72 All downloads are pgp signed using our <a href="/pgpkey.shtml">PGP Key</a>.
76 For installation instructions see the README file
77 contained within the archive. If you're using
78 <a href="http://www.freebsd.org">FreeBSD</a> you can make use of the
79 <a href="http://www.freshports.org/devel/py-statgrab">devel/py-statgrab</a>
80 port to install pystatgrab (and libstatgrab) for you.
85 <!--#include virtual="/footer.inc" -->
89 <!--#include virtual="/menu.inc" -->