Skip to content

sigmundklaa/armaconfig.py

Repository files navigation

Build Status codecov

armaconfig.py

Pythonic interface to handle Arma 3 config files.

Installation

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

Usage

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

About

Parser for Arma 3 config files (.ext, .hpp, .cpp)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published