A Python library for parsing bracket-delimited strings into tree structures, enabling nested representation from indentation or bracket patterns. Version 0.2.5 is stable, with infrequent releases.
pip install brackettreeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse a simple bracket string into a nested dictionary structure.
Validate bracket balance before parsing, e.g., using a custom check.
Always pass a non-None string to BracketTree constructor.
No dependency data recorded yet.