Skip to main content

Config parser for UDK .ini files.

Project description

udk_configparser

Like CPython standard configparser but adjusted for UDK config files.

Example usage

from udk_configparser import UDKConfigParser

cg = UDKConfigParser()

cg.read("Engine.ini")
cg["Section"]["Key"] = "NewValue"

with open("Engine.ini", "w") as config_file:
    cg.write(config_file, space_around_delimiters=False)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

udk_configparser-1.1.0.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

udk_configparser-1.1.0-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page