Skip to content

marksteve/toml-ply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toml-ply

TOML PLY parser. Still missing some restrictions and error handling but mostly works :)

Supports (supposedly)

https://github.com/mojombo/toml/commit/3f4224ecdc4a65fdd28b4fb70d46f4c0bd3700aa

Use

import toml_ply as toml
with open('config.toml') as f:
    pprint(toml.loads(f.read()), indent=2)

License

http://marksteve.mit-license.org

About

TOML PLY parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages