Metadata-Version: 2.1
Name: pyDeComp
Version: 0.3
Summary: A Python library for subprocessing various compression and decompression routines.  Including generating contents listings
Home-page: https://github.com/dol-sen/pyDeComp
Author: Brian Dolbec
Author-email: dolsen@gentoo.org
License: BSD
Keywords: archive
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Compression


pyDecomp is a flexible library of various compression and decompression
and contents methods run via subprocess calls.

pyDecomp comprises two main classes, CompressMap which can hold either
compress or decompress definitions and ContentsMap which handles generating
contents listings of the compressed archives.  The reason for it's existence
is to create a simple consistent yet configurable interface for applications.
This library makes it easy to extend with new definitions as new
compress/decompress methods become available.

NOTE: At this time, contents generation for squashfs types is not complete.
