Metadata-Version: 1.0
Name: filearchive
Version: 1.1.1
Summary: Python module to work with file archives
Home-page: http://github.com/ActiveState/filearchive
Author: Sridhar Ratnakumar
Author-email: github@srid.name
License: MIT
Description: 
        filearchive
        ===========
        
        Python module to work with file archives
        
        Example
        -------
        
        ```
        >>> import filearchive
        >>> filearchive.unpack_archive("/Users/srid/Downloads/data.tgz")
        ...
        >>> srcdir = "/home/me/project"
        >>> filearchive.pack_archive(
               "/tmp/data.zip", [srcdir], os.path.dirname(srcdir), "zip")
        ...
        ```
        
Platform: UNKNOWN
