pyconfviewer
[pyconfviewer](https://pypi.org/project/pyconfviewer/) is a Python library designed for viewing and comparing configuration files in various formats such as YAML, JSON, INI, and .env. It simplifies the management and review of configuration files by generating visual HTML reports.
Please let me know if you use the other configuration files as issues or pull requests. I will try to add support for them.
Features
- Supports loading configurations in multiple formats: YAML, JSON, INI, and .env
- Generates HTML reports for easy visualization of configurations
- Compares configurations between two directories, highlighting differences in HTML format
- Easily installable and runnable with simple command examples
Requirements
Python 3.8 or higher(latest version is 3.13 as of now)
Please take a look at [README.md](README.md) for details.