me2-packager

me2-packager 0.0.4

me2-packager is the packaging component of the mOSAIC execution engine, written in Python.NoticeThis is an internal component in the mOSAIC_ Cloud Project. The current state of the component is experimental... _mOSAIC:...

ZZIPlib

ZZIPlib 0.13.61

ZZIPlib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free)...

pyunpack

pyunpack 0.0.2

pyunpack is a Python module to unpack archive files.Home: https://github.com/ponty/pyunpackDocumentation: http://ponty.github.com/pyunpackBasic usage >>> from pyunpack import Archive >>> Archive('a.zip').extractall('.')or on console:python -m...

fmorgue

fmorgue 1.2

fmorgue is a Python tool for mirroring files permanently to a remote server. In contrast to rsync and friends, it identifies missing files on the server only based on modification time and size, which makes it suitable for archiving rotated log...

VVV

VVV 1.2

VVV is an application that catalogs the content of removable volumes like CD and DVD disks for off-line searching. Folders and files can also be arranged in a single, virtual file system. Each folder of this virtual file system can contain files from many...

dtrx

dtrx 7.1

dtrx is a tool for Unix-like systems that takes all the hassle out of extracting archives. Here's an example of how you use it:$ dtrx linux-2.6.10.tar.bz2That's basically the same thing as:$ tar -jxf linux-2.6.10.tar.bz2 Installation:You can just put...

atool

atool 0.39.0

atool is a script for managing file archives of various types (tar, tar+gzip, zip etc). The main command is probably aunpack, extracting files from an archive.atool project overcomes the dreaded "multiple files in archive root" problem by first extracting...

glucopy-glurestore is a set of scripts for copying and restoring a fully functional GNU/Linux (or other Unix-like) system.The glucopy script will back up all system content (system and user files), while the glurestore script will partition and format an...

archivedb

archivedb 0.2.3

archivedb is a program that maintains a checksum database of your media archive.Developer commentsThis project was mainly to fill a need I had. I was tired of manually creating md5sum files for every one of my dvd backups, as well as having to write...

mcrypt

mcrypt 2.6.8

mcrypt is intended to be a replacement of the old unix crypt under the GNU General Public License. Unix Crypt was a popular file encryption program in unix boxes. mcrypt was based on the enigma encryption algorithm but it was considerable...