I need a python system information library which
a) is written in python (no C extensions, may use ctypes)
b) is crossplatform (min. Linux, Windows, MacOSX - everything else is bonus)
c) provides at least amount of physically installed RAM, number of CPUs, size of maximum usable shared memory)
Is there such a library, or do I have to develop it by myself?