Metadata-Version: 1.0
Name: expak
Version: 1.1
Summary: Extract and process resources from Quake-style pak files
Home-page: http://github.com/neogeographica/expak
Author: Joel Baxter
Author-email: joel.baxter@neogeographica.com
License: GPLv3
Description: *expak* is a GPLv3_-licensed tool to extract and optionally process resources
        from one or more `Quake-style pak files`_.
        
        The main component delivered by expak installation is a pure Python module,
        for programmatically working with pak files. The installation also creates a
        command-line utility for simple resource-extraction operations.
        
        Currently expak is compatible with Python 2.6, 2.7, 3.2, and 3.3. It has no
        dependencies outside of the standard Python modules.
        
        .. _GPLv3: http://www.gnu.org/copyleft/gpl.html
        .. _Quake-style pak files: http://quakewiki.org/wiki/.pak
        
        
        Documentation
        -------------
        
        - `expak module`_
        - `simple expak utility`_
        
        .. _expak module: http://expak.readthedocs.org/en/latest/expak.html
        .. _simple expak utility: http://expak.readthedocs.org/en/latest/simple_expak.html
        
        
        Changelog
        ---------
        
        - **1.1** (2014-02-16)
        
          - Python 3 support.
        
        - **1.0** (2013-11-21)
        
          - Minor improvements to setup script, comments, and docs.
          - Support for "python -m expak".
          - Removal of race in subdirectory creation in nop_converter.
        
        - **0.9** (2013-11-19)
        
          - Initial upload to PyPI. No known issues, but starting with a beta classifier
            until I'm sure that the packaging is correct.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
