Skip to content

bryant/pytoml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages