This script is usefull to system administrators to determine the last time of login for an account without using any other apps.


Read the rest of this entry »

This script allows you a fast, lightweight attribute-style access to tuples. It contains a function that returns a new subclass of tuple with named fields.

Read the rest of this entry »

BoboMail is a webmail application, which provides mail access through a web interface.

Features:

This script allows you to send binary data, such as for an image, to stdout under Windows.

If you are reading or writing binary data under Windows, such as for an i Read the rest of this entry »

Python’s xmlrpclib only raises the xmlrpclib.Fault exception, but it can be convenient to allow more different kinds of exceptions to be raised. This script provides a cus Read the rest of this entry »

This script is useful when you want to get the items from a sequence (or other iterable) a batch at a time, including a short batch at the end if need be.

Read the rest of this entry »

This script is a HTML-element tree declaration that emits nice HTML.

This is a straight-forward, free and fast HTML generator. No validation is done, so you c Read the rest of this entry »

This script introduces a pair of functions for checking whether FTP sites are up. The refineFTPList() function will take in a list of FTP sites and returns a list of sites Read the rest of this entry »

GuessLang is a simple Python module that does language identification on a HTML page.


Download from: Read the rest of this entry »

This Python module is still no independent pdf converter. It can serve however for the Postscript generation from Microsoft Office documents and use thus for the development of Read the rest of this entry »