File Management



xmlrpc server/client Download

Sunday, May 11th, 2008

xmlrpc server/client script does cookie handling and supports basic authentication. The client sends a request with basic authentication and the server on successful authentica

Python Cryptography Toolkit Download

Saturday, May 10th, 2008

The Toolkit is a collection of cryptographic algorithms and protocols, implemented for use from Python. Among the contents of the package there are:

Fileinput as a generator Download

Friday, May 9th, 2008

This script provides a class called LineIterator that iterates over every line in a list of files, performing the basic functionality as fileinput module in the standard librar

PyBriefcase Download

Thursday, May 8th, 2008

PyBriefcase is a very simple file manager written in Python.

The predecessor to the Sandbox, it has a sleek, easy-to-use interface that will allow you to upload an

RoadRunner Download

Friday, May 2nd, 2008

This recipe allows you to update desired files in a directory tree. It needs to be run from the shell. Once you run it, it will ask you for: a) the "string" you want

Fetch a file preserving relative path Download

Wednesday, April 30th, 2008

The fetch_relative() function downloads a file, reproducing the directory structure from the server. After downloading, additional callback function can be performed on the fil

Simple FTP directory synch Download

Wednesday, April 30th, 2008

This script fills the need to have a scheduled directory synch occur via FTP.

You could use it to clean out a directory without much effort. There are probably mor

man2dbk Download

Monday, April 28th, 2008

man2dbk converts Unix man pages to XML DocBook. It currently handles basic man pages and has eqn and tbl support.