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