]> i-scream Git - www.i-scream.org.git/blob - htdocs/pystatgrab/index.xhtml
Move to https where possible.
[www.i-scream.org.git] / htdocs / pystatgrab / index.xhtml
1 <!--#include virtual="/doctype.inc" -->
2   <head>
3     <title>
4       pystatgrab homepage
5     </title>
6 <!--#include virtual="/style.inc" -->
7   </head>
8   <body>
9     <div id="container">
10       <div id="main">
11 <!--#include virtual="/header.inc" -->
12         <div id="contents">
13           <h1 class="top">
14             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               <li>
28                 <a href="#development">Development</a>
29               </li>
30             </ul>
31           </div>
32           <h2>
33             <a id="news">News</a>
34           </h2>
35           <h3>
36             Wednesday 13 April 2016
37           </h3>
38           <p>
39             Version 0.7 of pystatgrab has been released.<br />
40             Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
41           </p>
42           <p>
43             This version adds support for Python 3.
44           </p>
45           <p>
46             If you find any bugs in the release please report them
47             over at our
48             <a href="https://github.com/i-scream/pystatgrab/issues">Issue
49             Tracker</a> on GitHub.
50           </p>
51           <h3>
52             Monday 14 July 2014
53           </h3>
54           <p>
55             Version 0.6 of pystatgrab has been released.<br />
56             Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
57           </p>
58           <p>
59             This release catches up with all the API changes made in
60             <a href="/libstatgrab/">libstatgrab</a> 0.90+. It requires
61             at least version 0.91 of libstatgrab.
62           </p>
63           <p>
64             If you find any bugs in the release please report them
65             over at our
66             <a href="https://github.com/i-scream/pystatgrab/issues">Issue
67             Tracker</a> on GitHub.
68           </p>
69           <h3>
70             Saturday 14 July 2007
71           </h3>
72           <p>
73             Version 0.5 of pystatgrab has been released.<br />
74             Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
75           </p>
76           <p>
77             This release fixes a potential crash when calling
78             sg_get_process_stats() multiple times. It also chases API
79             changes in <a href="/libstatgrab/">libstatgrab</a> 0.13.
80           </p>
81           <h3>
82             Sunday 31 July 2005
83           </h3>
84           <p>
85             Version 0.4 of pystatgrab has been released.<br />
86             Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
87           </p>
88           <p>
89             This release chases API changes in
90             <a href="/libstatgrab/">libstatgrab</a> 0.12.
91           </p>
92           <h3>
93             Tuesday 26 April 2005
94           </h3>
95           <p>
96             Official pystatgrab packages for Debian now
97             <a href="https://packages.debian.org/unstable/source/pystatgrab">available</a>.
98           </p>
99           <p>
100             Thanks to the work of
101             <a href="mailto:fenio@debian.org">Bartosz Fenski</a>
102             pystatgrab is now available on debian.
103           </p>
104           <h3>
105             Tuesday 25 August 2004
106           </h3>
107           <p>
108             Version 0.3 of pystatgrab has been released.<br />
109             Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
110           </p>
111           <p>
112             This release catches up on new features available in
113             <a href="/libstatgrab/">libstatgrab</a> 0.10.2.
114           </p>
115           <h3>
116             Monday 31 May 2004
117           </h3>
118           <p>
119             Version 0.2 of pystatgrab has been released.<br />
120             Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
121           </p>
122           <p>
123             This release brings support for <a href="/libstatgrab/">
124             libstatgrab</a> 0.10. The standardised naming scheme from
125             libstatgrab has been adopted, and the new functions added.
126           </p>
127           <h3>
128             Sunday 21 March 2004
129           </h3>
130           <p>
131             Version 0.1 of pystatgrab has been released.<br />
132             Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
133           </p>
134           <p>
135             This is the first release of pystatgrab; a set of Python
136             bindings for the <a href="/libstatgrab/">libstatgrab</a>
137             library. Although lacking in documentation, it's fairly
138             complete feature wise.
139           </p>
140           <h2>
141             <a id="what">What is pystatgrab?</a>
142           </h2>
143           <p>
144             pystatgrab is a set of Python bindings for the
145             <a href="/libstatgrab/">libstatgrab</a> library. It installs
146             as a module and provides a set of function calls with
147             identical names to the libstatgrab functions. The returned
148             data types also map logically on to the structures returned
149             by libstatgrab.
150           </p>
151           <p>
152             pystatgrab should work on any platform that libstatgrab
153             will work on. Currently, pystatgrab requires version 0.91
154             or later of libstatgrab to function.
155           </p>
156           <h2>
157             <a id="download">Downloading</a>
158           </h2>
159           <p>
160             The latest version of pystatgrab can be downloaded from our
161             <a href="/mirrors.xhtml">mirror sites</a>.
162             All downloads are pgp signed using our
163             <a href="/pgpkey.xhtml">PGP Key</a>.
164           </p>
165           <p>
166             For installation instructions see the README file contained
167             within the archive. If you're using
168             <a href="https://www.freebsd.org">FreeBSD</a> you can make use of
169             the <a href="https://www.freshports.org/devel/py-statgrab">
170             devel/py-statgrab</a> port to install pystatgrab (and
171             libstatgrab) for you. There's also a
172             <a href="https://packages.debian.org/unstable/source/pystatgrab">
173             Debian package</a> available.
174           </p>
175         </div>
176 <!--#include virtual="/footer.inc" -->
177       </div>
178 <!--#include virtual="/menu.inc" -->
179     </div>
180   </body>
181 </html>