Miscellaneous

PyWsdlGen

PyWsdlGen is a little tool to generate a Web Services Description Language (WSDL) file from Python source files. It parses a given Python source file and reads all public methods defined in this file to generate a WSDL file to be used for example for SOAP services implemented in Python.

For more information please, check out the GIT repository, available at https://repo.or.cz/w/pywsdlgen.git.

Vomak

Vomak is a very simple IRC bot with a few basic features. It connects to an IRC server and joins a channel. Then it waits for commands like ?? keyword. This is a built-in help system. Additionally, the bot creates a socket (Unix Domain Socket) where it accepts directly IRC messages and a few special commands, see Socket Communication.

Vomak is dead. Please don’t use it anymore or drop me a mail if you want to continue developing it.

VzUbcMon

A simple monitor to regularly check for UBC failcount changes in OpenVZ/Virtuozzo containers. It’s designed to run as a cronjob to mail the report to the admin if there are any changes.

The source code for download can be found at https://github.com/eht16/vzubcmon.