Hi,
I'm pleased to announce the first release of psutil:
http://code.google.com/p/psutil

=== About ===

psutil is a module providing an interface for retrieving information
on running processes in a portable way by using Python. It currently
supports Linux, OS X, and Windows.

As of now psutil is released to the general public, and should be
considered a beta release implementing basic functionality (process
PID, name, path, and arguments). With this first release we'd like to
receive feedback from users and suggestions for additional
functionality. Patches and volunteers to test/develop for additional
platforms welcome!

=== Links ===

* Source tarball: http://psutil.googlecode.com/files/psutil-0.1.0.tar.gz
* OS X installer: 
http://psutil.googlecode.com/files/psutil-0.1.0-py2.5-macosx10.4.mpkg.zip
* Windows Installer (Python 2.6): 
http://psutil.googlecode.com/files/psutil-0.1.0.win32-py2.6.exe
* Api Reference: http://code.google.com/p/psutil/wiki/Documentation

Thanks
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to