expak 1.1.1
Extract and process resources from Quake-style pak files
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.
Documentation
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.
| File | Type | Py Version | Uploaded on | Size | |
|---|---|---|---|---|---|
| expak-1.1.1-py2.6.egg (md5) | Python Egg | 2.6 | 2014-05-01 | 19KB | |
| expak-1.1.1-py2.7.egg (md5) | Python Egg | 2.7 | 2014-05-01 | 19KB | |
| expak-1.1.1-py3.2.egg (md5) | Python Egg | 3.2 | 2014-05-01 | 19KB | |
| expak-1.1.1-py3.3.egg (md5) | Python Egg | 3.3 | 2014-05-01 | 19KB | |
| expak-1.1.1-py3.4.egg (md5) | Python Egg | 3.4 | 2014-05-01 | 19KB | |
| expak-1.1.1.tar.gz (md5) | Source | 2014-05-01 | 59KB | ||
| expak-1.1.1.win-amd64.exe (md5) | MS Windows installer | any | 2014-05-01 | 235KB | |
| expak-1.1.1.win32.exe (md5) | MS Windows installer | any | 2014-05-01 | 208KB | |
| expak-1.1.1.zip (md5) | Source | 2014-05-01 | 86KB | ||
- Author: Joel Baxter
- Home Page: http://github.com/neogeographica/expak
- License: GPLv3
- Platform: any
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Console
- Intended Audience :: Developers
- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.2
- Programming Language :: Python :: 3.3
- Programming Language :: Python :: 3.4
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: PyPy
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: Utilities
- Package Index Owner: jbaxterjl
- DOAP record: expak-1.1.1.xml
