Metadata-Version: 1.1
Name: acefile
Version: 0.4.2
Summary: Read from ACE format archives in pure python
Home-page: https://www.roe.ch/acefile
Author: Daniel Roethlisberger
Author-email: daniel@roe.ch
License: BSD
Description: 
        Read from ACE format archives in pure python.
        
        This single-file, pure-python, no-dependencies python 3 implementation is
        designed to be used both as a library and as a stand-alone unace utility.
        The library API is modeled after tarfile.  As pure-python implementation,
        it is significantly slower than native implementations.
        
        This implementation supports up to version 2.0 of the ACE archive format,
        including the EXE, DIFF, PIC and SOUND modes of ACE 2.0 and including
        password protected archives.
        
        This is an implementation from scratch, based on the 1998 document titled
        "Technical information of the archiver ACE v1.2" by Marcel Lemke, using
        unace 2.5 and WinAce 2.69 by Marcel Lemke as reference implementations.
        
Keywords: ace,unace,compression,decompression,archive
Platform: all
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Archiving :: Compression
