Re: ANN: psutil 1.0.0 released

2013-07-11 Thread Giampaolo Rodola'
 Congratulations on the 1.0.0 release!

Thanks a lot. =)

   Btw. any change you can put up a prebuilt installer for a 64-bit built
 with Python 3.3? You have one for Python 3.2
 (http://code.google.com/p/psutil/downloads/list), but the version for Python
 3.3 is not there.

Unfortunately I'm having troubles with Visual Studio 64-bit I still
haven't managed to fix.
Hope I will get around that soon.

--- Giampaolo

http://code.google.com/p/pyftpdlib/
http://code.google.com/p/psutil/
http://code.google.com/p/pysendfile/
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: ANN: psutil 1.0.0 released

2013-07-11 Thread 88888 Dihedral
Giampaolo Rodola'於 2013年7月11日星期四UTC+8下午11時02分01秒寫道:
  Congratulations on the 1.0.0 release!
 
 
 
 Thanks a lot. =)
 
 
 
Btw. any change you can put up a prebuilt installer for a 64-bit built
 
  with Python 3.3? You have one for Python 3.2
 
  (http://code.google.com/p/psutil/downloads/list), but the version for Python
 
  3.3 is not there.
 
 
 
 Unfortunately I'm having troubles with Visual Studio 64-bit I still
 
 haven't managed to fix.
 
 Hope I will get around that soon.
 
 
 
 --- Giampaolo
 
 
 
 http://code.google.com/p/pyftpdlib/
 
 http://code.google.com/p/psutil/
 
 http://code.google.com/p/pysendfile/

Do you plan to install 8 or 16 G BYTES DRAM?
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: ANN: psutil 1.0.0 released

2013-07-11 Thread Dotan Cohen
Thanks, this looks really nice. I was duplicating some of this for my
CLI-based webserver control panel:
https://github.com/dotancohen/burton

As soon as I integrate psutil into Burton I'll add it to the README
and such. How would you like me to mention attribution exactly?

--
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com
-- 
http://mail.python.org/mailman/listinfo/python-list


ANN: psutil 1.0.0 released

2013-07-10 Thread Giampaolo Rodola'
Hi there folks,
I'm pleased to announce the 1.0.0 release of psutil:
http://code.google.com/p/psutil/

=== About ===

psutil is a module providing an interface for retrieving information
on all running processes and system utilization (CPU, memory, disks,
network, users) in a portable way by using Python.
It currently supports Linux, Windows, OSX, FreeBSD and Sun Solaris,
both 32-bit and 64-bit, with Python versions from 2.4 to 3.3 by using
a single code base.

=== New features ===

This new release finally includes support for Sun Solaris systems!
I wish to thank Justin Venus who first wrote a prototype in Cython
which I then converted in C (full story here:
https://code.google.com/p/psutil/issues/detail?id=18).
Complete list of bugfixes and enhancements is here:
https://psutil.googlecode.com/hg/HISTORY

=== Compatitility notes ===

There's a couple of things you may want to know in terms of backward
compatibility:

 * Process.get_connections() 'status' field is no longer a string but
a constant object (psutil.CONN_*)
 * Process.get_connections() 'local_address' and 'remote_address'
fields have been renamed to 'laddr' and 'raddr'
 * psutil.network_io_counters() has been renamed to psutil.net_io_counters()

There are still aliases for the old names. They will issue a
DeprecationWarning though.

=== Links ===

* Home page: http://code.google.com/p/psutil
* Source tarball: http://psutil.googlecode.com/files/psutil-1.0.0.tar.gz
* API Reference: http://code.google.com/p/psutil/wiki/Documentation

Please try out this new release and let me know if you experience any
problem by filing issues on the bug tracker.
Thanks in advance and hooray for the new Solaris support! ;-)

All the best,


--- Giampaolo Rodola'

http://code.google.com/p/pyftpdlib/
http://code.google.com/p/psutil/
http://code.google.com/p/pysendfile/
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: ANN: psutil 1.0.0 released

2013-07-10 Thread Steven D'Aprano
On Wed, 10 Jul 2013 17:46:13 +0200, Giampaolo Rodola' wrote:

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

Congratulations on the 1.0.0 release!



-- 
Steven
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: ANN: psutil 1.0.0 released

2013-07-10 Thread Jurko Gospodnetić

  Hi.


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


  Great! :-)

  Btw. any change you can put up a prebuilt installer for a 64-bit 
built with Python 3.3? You have one for Python 3.2 
(http://code.google.com/p/psutil/downloads/list), but the version for 
Python 3.3 is not there.


  Best regards,
Jurko Gospodnetić

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