Metadata-Version: 1.0
Name: expak
Version: 1.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 later 3.x. It has
        no dependencies outside of the standard Python modules.
        
        The expak module documentation contains examples of using the module. Those
        examples range from a one-liner for listing pak file contents, up to a
        complete script for extracting and modifying map files for use on a CTF server.
        
        The quakesounds_ application makes extensive use of expak.
        
        .. _GPLv3: http://www.gnu.org/copyleft/gpl.html
        .. _Quake-style pak files: http://quakewiki.org/wiki/.pak
        .. _quakesounds: https://github.com/neogeographica/quakesounds
        
        
        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.1** (2014-04-30)
        
          - Explicitly claim support for PyPy and 3.4 (no functional change).
          - Bigger example script included in module docs.
          - Minor improvements to the readme.
        
        - **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: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
