Uncategorized



Module For Running Simple Proxies Download

Saturday, June 7th, 2008

Proxies can be useful at times but may not be simple to create and run. This script provides a single class that can build proxy objects capable of being both started and

QuackTemplate.Wrapper Download

Saturday, June 7th, 2008

QuackTemplate.Wrapper is a template helper class: it takes arbitrary Python objects and uses__gettitem__ so that the wrapped object can be passed into the standard Python strin

Twisted / BitTorrent :: Client / Server Download

Saturday, June 7th, 2008

This script contains two modules that run a BitTorrent server, and uses Twisted as a client to coordinate control-message passing, and progress monitoring. The server can be ru

ZopeTestCase Download

Friday, June 6th, 2008

ZopeTestCase is a unit testing framework and TestCase for Zope testing. It is built on PyUnit and the Testing package shipping with Zope.

ZopeTestCase has features

Deluge Download

Friday, June 6th, 2008

Deluge is a Bittorrent client written in Python and GTK+.

Deluge is intended to bring a native, full-featured client to Linux, BSD, and other *NIX GTK desktop envir

HTTP basic authentication Download

Friday, June 6th, 2008

HTTP basic authentication script demonstrates how to manually do basic authentication over http.
Download fro

PyOgg Download

Friday, June 6th, 2008

The PyOgg project provides a set of python modules for the various streaming formats and protocols defined by the Xiph.Org Foundation.

For now, it mostly deals wit

Convert a string into a raw string Download

Friday, June 6th, 2008

This script contains a function that takes in an arbitrary string and converts it into its raw string equivalent. It is very useful when a user needs to input text an

RSS Ripper Download

Friday, June 6th, 2008

RSS Ripper is a set of Python scripts that rewrites RSS feeds as required for better ease of use. After the rip and rewrite, the new RSS feed is uploaded to your FTP server for

Mass Mail Download

Thursday, June 5th, 2008

Mass Mail script is a method to send an email to multiple addresses using the smtplib module. Each address recieves and individual email.