Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!hq-usenetpeers.eweka.nl!hq-usenetpeers.eweka.nl!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'url:pypi': 0.03; '(python': 0.07; '64-bit': 0.07; 'linux,': 0.07; 'pypi': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; '32-bit': 0.09; '===========': 0.09; 'implements': 0.09; 'url:github': 0.09; 'windows,': 0.09; 'python': 0.11; 'folks,': 0.16; 'limiting': 0.16; 'processes.': 0.16; 'retrieving': 0.16; 'solaris,': 0.16; 'to:addr:python-announce-list': 0.16; 'url:display': 0.16; 'library': 0.18; 'command': 0.22; 'versions': 0.24; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'work.': 0.31; 'url:python': 0.33; 'running': 0.33; 'announce': 0.33; 'offered': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'useful': 0.36; 'url:org': 0.36; 'url:action': 0.39; 'to:addr:python.org': 0.39; 'changed': 0.39; 'release': 0.40; 'free,': 0.61; 'information': 0.63; 'such': 0.63; 'url:blogspot': 0.65; 'management': 0.65; 'home': 0.69; 'as:': 0.81; '=====': 0.84; 'freebsd': 0.84; 'nice,': 0.84; 'url:2014': 0.84; 'who,': 0.84; '-\xc2\xa0': 0.91; 'disks,': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=j+lRjquCJzfguRkU8CJlDXog3YAIX3Kduvx1IYXNjCg=; b=hS2Gpr2JWW+OuGsDOLkMwygj8wicilh+cJw+qOdt8wXc0+LVl6Qv06S0u0tGRlU0ZH WUp1eyCTvbXQPiYu5MImK0BWuLHZfTjpH2KX2GedOVmMmjsSaYucMhyxcrE6eGfh/qVx Q00QQsW1pyiU7pNuu2HMH1ISHLoRvGW33w4+jzjOXXW2uaNF7Nrs8daJdmd9jkFOV2Xg lIFjPzZR/W9kqzp+EBzo5ONGt+C7fOgLCpI8ONB9KYQaFH9sr4k3dhm4uqrDoZUWu++d GYLO07gjHbTGgIW7lc5jXhn8mYjWH7BLIvdLrXWhGuhvd4KTDWRqSiRNj1RpMJdsL3ef yC/Q== X-Received: by 10.152.6.40 with SMTP id x8mr21345491lax.18.1411335361473; Sun, 21 Sep 2014 14:36:01 -0700 (PDT) MIME-Version: 1.0 From: "Giampaolo Rodola'" Date: Sun, 21 Sep 2014 23:35:41 +0200 Subject: ANN: psutil 2.1.2 released To: python-announce-list@python.org X-Mailman-Approved-At: Mon, 22 Sep 2014 08:21:17 +0200 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1411366878 news.xs4all.nl 2868 [2001:888:2000:d::a6]:33834 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 4574 X-Received-Body-CRC: 3592513067 Xref: csiph.com comp.lang.python.announce:1405 Hi there folks, I'm pleased to announce the 2.1.2 release of psutil: https://github.com/giampaolo/psutil About ===== psutil (python system and process utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. It is useful mainly for system monitoring, profiling and limiting process resources and management of running processes. It implements many functionalities offered by command line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap. It currently supports Linux, Windows, OSX, FreeBSD and Sun Solaris, both 32-bit and 64-bit architectures, with Python versions from 2.4 to 3.4. Pypi is also known to work. What changed =========== See detailed blog post: http://grodola.blogspot.com/2014/09/psutil-212-python-wheels.html Links ==== * Home page: https://github.com/giampaolo/psutil * Downloads: https://pypi.python.org/pypi?:action=display&name=psutil#downloads * Documentation: http://pythonhosted.org/psutil/ -- Giampaolo - http://grodola.blogspot.com