Metadata-Version: 2.3
Name: addonfactory_splunk_conf_parser_lib
Version: 1.0.0
Summary: Splunk .conf files parser
Keywords: splunk
Author: Splunk
Author-email: addonfactory@splunk.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Homepage, https://github.com/splunk/addonfactory-splunk-conf-parser-lib
Project-URL: Repository, https://github.com/splunk/addonfactory-splunk-conf-parser-lib
Description-Content-Type: text/markdown

# addonfactory_splunk_conf_parser_lib

This repository provides a one-file library to parse Splunk-specific `.conf` files.

Currently, it supports:

1. Read/write .conf files with comments
2. Additional comment prefix such as *
3. Support multiline end with \

This project supports Python 3.9+.

## Development

This project uses `poetry 2.1.4`.

