bryant / pytoml

python serializer/deserializer for toml.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

python serializer/deserializer for toml.

License:MIT License


Languages

Language:Python 100.0%