Metadata-Version: 2.4
Name: nigredo-config-loader
Version: 0.2.1
Summary: A simple parser for custom configuration file format.
Author-email: stavrmoris <stavrmoris@yandex.com>
Project-URL: Homepage, https://github.com/stavrmoris/nigredo-config-loader
Keywords: config,parser,ini,loader,nigredo
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Nigredo Config Loader

A simple parser for a custom configuration file format that supports data types, lists, and dictionaries.

## Install

```bash
pip install nigredo-config-loader
