Metadata-Version: 2.1
Name: python-libeconf
Version: 1.1.0
Summary: Python bindings for libeconf
Author-email: nkrapp <nico.krapp@suse.com>
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: doc-requires
Requires-Dist: sphinx; extra == "doc-requires"
Requires-Dist: sphinx-rtd-theme; extra == "doc-requires"
Provides-Extra: test-requires
Requires-Dist: pytest; extra == "test-requires"

# python-libeconf

**python-libeconf** is a Python Library which offers Python bindings for
[libeconf](https://github.com/openSUSE/libeconf/).

libeconf is a highly flexible and configurable library to parse and manage key=value configuration files.
It reads configuration file snippets from different directories and builds the final configuration file for
the application from it.

You can find our documentation ***[here](https://tiltingpenguin.github.io/python-libeconf/index.html)***.
