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...

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...

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...

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...

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)...

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:...

renameutils

renameutils 0.12.0

The renameutils package is a set of programs designed to make renaming of files faster and less cumbersome.The file renaming utilities consists of five programs - qmv, qcp, imv, icp and deurlname.The qmv ("quick move") program allows file names to be...

GNU tar

GNU tar 1.28

GNU tar or simply Tar, is an open source and completely free command-line program specifically designed for GNU/Linux operating systems, providing users with the ability to create and extract tar archives, as well as various other types of archives. Tar...

pkgwat 0.0.4

pkgwat is a fast command-line tool for querying the Fedora packages webapp.You can make its search even better by helping us tag packages.Python APIThere is one.>>> import pkgwat.api>>> results = pkgwat.api.search("nethack")>>>...

Long Range ZIP is a compression program that can achieve very high compression ratios and speed when used with large files. It uses the combined compression algorithms of lzma for maximum compression, lzo for maximum speed, and the long range redundancy...