Pythonic interface to handle Arma 3 config files.
This package is currently still under development, and has therefore not yet been released to PyPI. You can still install the package directly from the git repository however:
pip install -e git+https://github.com/SigJig/armaconfig.py.git#egg=armaconfig
The package consists of 4 main functions:
dumps(obj, *args, **kwargs)
dump(obj, fp, *args, **kwargs)
loads(string, *args, **kwargs)
load(fp, *args, **kwargs)
More info to come later i guess