[Python-ideas] including psutil in the standard library?

Jonas Wielicki j.wielicki at sotecware.net
Wed Sep 24 22:13:45 CEST 2014


On 24.09.2014 22:10, Ryan Gonzalez wrote:
> I would honestly prefer it to be merged into an already in-place module
> (maybe platform?) over it being added separately.

That would unneccessarily break code. Also, os would be a better fit, if
any. platform contains rather static informational data.

regards,
jwi

> 
> On Wed, Sep 24, 2014 at 2:21 PM, Stefano Borini <
> stefano.borini at ferrara.linux.it> wrote:
> 
>> I am wondering if it would be possible to include psutil (
>> https://pypi.python.org/pypi/psutil ) in the standard library, and if
>> not, what would be needed.
>>
>> I am not a developer of it, but I am using psutil at work with good
>> success. it provides a good deal of services for querying and managing
>> processes in a cross platform way.
>>
>> Any thoughts?
>> _______________________________________________
>> Python-ideas mailing list
>> Python-ideas at python.org
>> https://mail.python.org/mailman/listinfo/python-ideas
>> Code of Conduct: http://python.org/psf/codeofconduct/
>>
> 
> 
> 
> 
> 
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
> 



More information about the Python-ideas mailing list