Skip to main content

UNKNOWN

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

tomsbestfriend-0.1.0.zip (38.7 kB view hashes)

Uploaded Source

tomsbestfriend-0.1.0.tar.gz (17.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page