pytoml
A TOML parser for Python 2/3 which conforms to 67b8e59f and earlier.
>>> import pytoml
>>> pytoml.loads('hooray = ["for", "toml"]')
{'hooray': [u'for', u'toml']}
Features
- Uses pyparsing and a formal grammar
- Extensive test suite and sample files