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.
Release files for tomsbestfriend 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distributions (sdists)
| File | Size | Uploaded | |
|---|---|---|---|
| tomsbestfriend-0.1.0.zip | 38.7 kB | Details | |
| tomsbestfriend-0.1.0.tar.gz | 17.1 kB | Details |
Release files / tomsbestfriend-0.1.0.zip
| Download URL | tomsbestfriend-0.1.0.zip |
|---|---|
| Size | 38.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
647556711bf04bd1a47a5379fd5d33c6d19d657d1bec8a1e7f042196b09c0a9e
|
|
BLAKE2b-256 checksum How to use checksums |
377617f0ce28476f8ec234bdf44b15806116bb94dbaf981c03881de3d600b1a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / tomsbestfriend-0.1.0.tar.gz
| Download URL | tomsbestfriend-0.1.0.tar.gz |
|---|---|
| Size | 17.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
866609dc834e839f86380b9b562a13f1181c6394aadc88def9f3cae44993b3d7
|
|
BLAKE2b-256 checksum How to use checksums |
00548b0740aa2f436139bb4cacade5a5f419fc33f91ef1f79c18635b6f7a79b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |