parserotle
parserotle is a Python library designed for parsing configuration files. It aims to provide a flexible and user-friendly way to load and manage settings from various file formats. The library supports several common configuration file syntaxes, including INI, YAML, and JSON, out of the box. Its core functionality revolves around creating a parser object that can then be instructed to load data from a specified file path.
Once parsed, the configuration data is accessible through a structured object, often resembling a dictionary or
The library is designed to be extensible, allowing users to define custom parsing logic or support for