Skip to main content

Python Library for Tom's Obvious, Minimal Language

Project description

Original repository: https://github.com/uiri/toml

See also https://github.com/mojombo/toml

Python module which parses and emits TOML.

Released under the MIT license.

Passes https://github.com/avakar/toml-test (fork of https://github.com/BurntSushi/toml-test )

See http://j.xqz.ca/toml-status for up to date test results.

Current Version of the Specification

https://github.com/mojombo/toml/blob/v0.4.0/README.md

QUICK GUIDE

pip install toml

toml.loads — takes a string to be parsed as toml and returns the corresponding dictionary

toml.dumps — takes a dictionary and returns a string which is the contents of the corresponding toml file.

There are other functions which I use to dump and load various fragments of toml but dumps and loads will cover most usage.

Example usage:

import toml

with open("conf.toml") as conffile:
    config = toml.loads(conffile.read())
# do stuff with config here
. . .

Project details


Download files

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

Source Distribution

toml-0.9.2.tar.gz (7.6 kB view details)

Uploaded Source

File details

Details for the file toml-0.9.2.tar.gz.

File metadata

  • Download URL: toml-0.9.2.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for toml-0.9.2.tar.gz
Algorithm Hash digest
SHA256 b3953bffe848ad9a6d554114d82f2dcb3e23945e90b4d9addc9956f37f336594
MD5 910a9573116c91d63e132741183c8a80
BLAKE2b-256 5cb28a18ced00a43f2cc5261f9ac9f1c94621251400a80db1567177719355177

See more details on using hashes here.

Supported by

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