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 details)

Uploaded Source

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

Uploaded Source

File details

Details for the file tomsbestfriend-0.1.0.zip.

File metadata

  • Download URL: tomsbestfriend-0.1.0.zip
  • Upload date:
  • Size: 38.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tomsbestfriend-0.1.0.zip
Algorithm Hash digest
SHA256 647556711bf04bd1a47a5379fd5d33c6d19d657d1bec8a1e7f042196b09c0a9e
MD5 6ed19c97096ce092d37ee65351825475
BLAKE2b-256 377617f0ce28476f8ec234bdf44b15806116bb94dbaf981c03881de3d600b1a0

See more details on using hashes here.

File details

Details for the file tomsbestfriend-0.1.0.tar.gz.

File metadata

File hashes

Hashes for tomsbestfriend-0.1.0.tar.gz
Algorithm Hash digest
SHA256 866609dc834e839f86380b9b562a13f1181c6394aadc88def9f3cae44993b3d7
MD5 5c1a347824686ff5bd5ca080f3746323
BLAKE2b-256 00548b0740aa2f436139bb4cacade5a5f419fc33f91ef1f79c18635b6f7a79b4

See more details on using hashes here.

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