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