A Python library for reading and writing key-value files with sections, similar to INI but with a simpler format. Current version 0.0.3, early development stage.
pip install kvfNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: write a dictionary with sections to a file, then read it back.
Pin version in requirements and test thoroughly.
Ensure the input data has the correct structure (dict of dicts).
No dependency data recorded yet.