1 |
<!--#include virtual="/doctype.inc" --> |
2 |
|
3 |
<head> |
4 |
<title>i-scream pystatgrab homepage</title> |
5 |
<!--#include virtual="/style.inc" --> |
6 |
</head> |
7 |
|
8 |
<body> |
9 |
|
10 |
<div id="container"> |
11 |
|
12 |
<div id="main"> |
13 |
|
14 |
<!--#include virtual="/header.inc" --> |
15 |
|
16 |
<div id="contents"> |
17 |
|
18 |
<h1 class="top">i-scream pystatgrab homepage</h1> |
19 |
|
20 |
<div id="topnav"> |
21 |
<ul> |
22 |
<li><a href="#news">News</a></li> |
23 |
<li><a href="#what">What is pystatgrab?</a></li> |
24 |
<li><a href="#download">Downloading</a></li> |
25 |
</ul> |
26 |
</div> |
27 |
|
28 |
<h2><a name="news">News</a></h2> |
29 |
|
30 |
<p> |
31 |
To get notifications of new pystatgrab releases why not subscribe |
32 |
to our project over on <a href="http://freshmeat.net/projects/pystatgrab/"> |
33 |
freshmeat</a>? |
34 |
</p> |
35 |
|
36 |
<h3>Sunday 21 March 2004</h3> |
37 |
<p> |
38 |
Version 0.1 of pystatgrab has been released.<br/> |
39 |
Download it |
40 |
<a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.1.tar.gz">here</a>. |
41 |
</p> |
42 |
<p> |
43 |
This is the first release of pystatgrab; a set of Python bindings |
44 |
for the <a href="/libstatgrab/">libstatgrab</a> library. Although |
45 |
lacking in documentation, it's fairly complete feature wise. |
46 |
</p> |
47 |
|
48 |
<h2><a name="what">What is pystatgrab?</a></h2> |
49 |
|
50 |
<p> |
51 |
pystatgrab is a set of Python bindings for the <a href="/libstatgrab/"> |
52 |
libstatgrab</a> library. It installs as a module and provides a set of |
53 |
function calls with identical names to the libstatgrab functions. The |
54 |
returned data types also map logically on to the structures returned |
55 |
by libstatgrab. |
56 |
</p> |
57 |
|
58 |
<p> |
59 |
pystatgrab should work on any platform that libstatgrab will work on. |
60 |
Currently, pystatgrab requires version 0.9 of libstatgrab to function. |
61 |
</p> |
62 |
|
63 |
<h2><a name="download">Downloading</a></h2> |
64 |
|
65 |
<p> |
66 |
The latest version of pystatgrab can be downloaded from our |
67 |
primary download |
68 |
<a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/">mirror</a>. |
69 |
All downloads are pgp signed using our <a href="/pgpkey.xhtml">PGP Key</a>. |
70 |
</p> |
71 |
|
72 |
<p> |
73 |
For installation instructions see the README file |
74 |
contained within the archive. If you're using |
75 |
<a href="http://www.freebsd.org">FreeBSD</a> you can make use of the |
76 |
<a href="http://www.freshports.org/devel/py-statgrab">devel/py-statgrab</a> |
77 |
port to install pystatgrab (and libstatgrab) for you. |
78 |
</p> |
79 |
|
80 |
</div> |
81 |
|
82 |
<!--#include virtual="/footer.inc" --> |
83 |
|
84 |
</div> |
85 |
|
86 |
<!--#include virtual="/menu.inc" --> |
87 |
|
88 |
</div> |
89 |
|
90 |
</body> |
91 |
</html> |