Human readable and writable data interchange format, similar to YAML but simpler. Current version 3.8, requires Python >=3.6. Development is active with regular releases.
pip install nestedtextNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic serialization and deserialization example.
Use explicit type conversion on load: int(value) to convert strings back to numbers. For booleans, use 'true'/'false' strings and map yourself.
Always use spaces (2 or 4) consistently. Avoid tabs.
Wrap the top-level value in a dummy key, or ensure the file starts with a key-value pair.
Ensure each line with a colon has the format 'key: value' with a space after colon.
No dependency data recorded yet.