Here are some utilities written in python:
- An implementation of perl formats in python (perlformats.py). This feature, simple and afficient, as no equivalent in python, AFAIK. Here is the doc.
- A funny module (perlprocess.py) that allows to execute perl statements from inside a python program. It is useful to wrap around a perl API. See the doc.
- A translation in python of the VMPerl API for VMWare Server. Want to manipulate your VM from pure python ? Yes you can! Here is the script, and its documentation.
- A module to manipulate easily IP addresses, as it is described here.
- Another module to manipulate sizes (of files, devices, memory, etc), as they are generally reported by UNIX commands or log files, in a convenient way. See the documentation.
- A script to mount a virtual block device, such as those used by Xen, KVM or Qemu. Here is the doc.
The global documentation is here.