Skip to content

Julian/TomsBestFriend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tom's Best Friend

No longer maintained. Use https://pypi.python.org/pypi/toml -- it's good enough to recommend.

Tom's Best Friend is a TOML parser for people with deadlines. No, sorry. For humans. No, dammit, all the good taglines are taken.

>>> from pprint import pprint
>>> from tomsbestfriend import loads

>>> pprint(
...     loads(
...     """
...     [cartoons]
...     characters = ["filbert", "heffer"]
...     hilarious = true
...
...     [cartoons.info]
...     episodes = 52
...     """
...     )
... )
{'cartoons': {'characters': [u'filbert', u'heffer'],
              'hilarious': True,
              'info': {'episodes': 52}}}

Contributing

I'm Julian Berman.

TomsBestFriend is on GitHub.

Get in touch, via GitHub or otherwise, if you've got something to contribute, it'd be most welcome!

You can also generally find me on Freenode (nick: tos9) in various channels, including #python.

About

A TOML Parser, because I didn't like any of the other ones

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published