platform independent process check



hi
is there any Python modules that can list the processes that are
running on a machine?
I don't wish to shell out using the "ps" command because the "ps"
command is not available in Windows..
thanks?

.