Skip to main content
TOML
====

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/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.2.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
. . .
```

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.8.1.tar.gz (5.1 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for toml-0.8.1.tar.gz
Algorithm Hash digest
SHA256 b9fa91d6fa70958c47905be17750283692c95ef06fac52671229c461b49d503d
MD5 aee963e43756ad653b077841bcdd243d
BLAKE2b-256 eab9caf57d47c401a37a538b5d27660391b763425d888261af2441c2432fb6be

See more details on using hashes here.

Release history Release notifications | RSS feed

0.10.2

2 files

0.10.1

2 files

0.10.0

3 files

0.9.6

2 files

0.9.4

1 file

0.9.3

1 file

0.9.2

1 file

0.9.1

1 file

0.9.0

1 file

0.8.2

1 file

This release

0.8.1 This release

1 file

0.8.0

1 file

0.7.1

1 file

0.7.0

1 file

0.6.5

1 file

0.6.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page