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