OLD | NEW |
1 Metadata-Version: 1.0 | 1 Metadata-Version: 1.0 |
2 Name: psutil | 2 Name: psutil |
3 Version: 0.2.0 | 3 Version: 0.4.0 |
4 Summary: A process utilities module for Python | 4 Summary: A process utilities module for Python |
5 Home-page: http://code.google.com/p/psutil/ | 5 Home-page: http://code.google.com/p/psutil/ |
6 Author: Giampaolo Rodola, Dave Daeschler, Jay Loden | 6 Author: Giampaolo Rodola, Jay Loden |
7 Author-email: psutil-dev@googlegroups.com | 7 Author-email: psutil@googlegroups.com |
8 License: License :: OSI Approved :: BSD License | 8 License: License :: OSI Approved :: BSD License |
9 Description: | 9 Download-URL: http://psutil.googlecode.com/files/psutil-0.4.0.tar.gz |
10 psutil is a module providing convenience functions for managing processe
s in a | 10 Description: psutil is a module providing convenience functions for monitoring |
11 portable way by using Python. | 11 system and processes in a portable way by using Python. |
12 Keywords: psutil,ps,top,process,utility | 12 Keywords: ps,top,kill,free,lsof,netstat,nice,tty,ionice,uptime,taskmgr,process,d
f,iotop,iostat,monitoring |
13 Platform: Platform Independent | 13 Platform: Platform Independent |
14 Classifier: Development Status :: 5 - Production/Stable | 14 Classifier: Development Status :: 5 - Production/Stable |
15 Classifier: Environment :: Console | 15 Classifier: Environment :: Console |
16 Classifier: Operating System :: MacOS :: MacOS X | 16 Classifier: Operating System :: MacOS :: MacOS X |
17 Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000 | 17 Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000 |
18 Classifier: Operating System :: POSIX :: Linux | 18 Classifier: Operating System :: POSIX :: Linux |
19 Classifier: Operating System :: POSIX :: BSD :: FreeBSD | 19 Classifier: Operating System :: POSIX :: BSD :: FreeBSD |
20 Classifier: Operating System :: OS Independent | 20 Classifier: Operating System :: OS Independent |
21 Classifier: Programming Language :: C | 21 Classifier: Programming Language :: C |
22 Classifier: Programming Language :: Python | 22 Classifier: Programming Language :: Python |
23 Classifier: Programming Language :: Python :: 2 | 23 Classifier: Programming Language :: Python :: 2 |
24 Classifier: Programming Language :: Python :: 2.4 | 24 Classifier: Programming Language :: Python :: 2.4 |
25 Classifier: Programming Language :: Python :: 2.5 | 25 Classifier: Programming Language :: Python :: 2.5 |
26 Classifier: Programming Language :: Python :: 2.6 | 26 Classifier: Programming Language :: Python :: 2.6 |
27 Classifier: Programming Language :: Python :: 2.7 | 27 Classifier: Programming Language :: Python :: 2.7 |
28 Classifier: Programming Language :: Python :: 3 | 28 Classifier: Programming Language :: Python :: 3 |
29 Classifier: Programming Language :: Python :: 3.0 | 29 Classifier: Programming Language :: Python :: 3.0 |
30 Classifier: Programming Language :: Python :: 3.1 | 30 Classifier: Programming Language :: Python :: 3.1 |
31 Classifier: Programming Language :: Python :: 3.2 | 31 Classifier: Programming Language :: Python :: 3.2 |
32 Classifier: Topic :: System :: Monitoring | 32 Classifier: Topic :: System :: Monitoring |
33 Classifier: Topic :: System :: Networking | 33 Classifier: Topic :: System :: Networking |
34 Classifier: Topic :: System :: Benchmark | 34 Classifier: Topic :: System :: Benchmark |
35 Classifier: Topic :: System :: Systems Administration | 35 Classifier: Topic :: System :: Systems Administration |
36 Classifier: Topic :: Utilities | 36 Classifier: Topic :: Utilities |
37 Classifier: Topic :: Software Development :: Libraries :: Python Modules | 37 Classifier: Topic :: Software Development :: Libraries :: Python Modules |
38 Classifier: Intended Audience :: Developers | 38 Classifier: Intended Audience :: Developers |
39 Classifier: Intended Audience :: System Administrators | 39 Classifier: Intended Audience :: System Administrators |
40 Classifier: License :: OSI Approved :: MIT License | 40 Classifier: License :: OSI Approved :: MIT License |
OLD | NEW |