inputrst
inputrst is a Python library designed to help developers parse and process structured data, particularly configuration files and command-line arguments. It aims to simplify the task of extracting information from various input formats and making it readily available within a Python program. The library supports a range of common data structures, including INI files, JSON, YAML, and command-line arguments passed via the `argparse` module.
One of the core features of inputrst is its ability to handle hierarchical data structures. This means
inputrst also offers features for merging and overriding configurations from multiple sources. This allows developers to