Contents

tomlkit 0.12.4

0

Style preserving TOML library

Style preserving TOML library

Stars: 620, Watchers: 620, Forks: 90, Open Issues: 28

The python-poetry/tomlkit repo was created 5 years ago and the last code push was 17 hours ago.
The project is popular with 620 github stars!

How to Install tomlkit

You can install tomlkit using pip

pip install tomlkit

or add it to a project with poetry

poetry add tomlkit

Package Details

Author
Sébastien Eustace
License
MIT
Homepage
https://github.com/sdispater/tomlkit
PyPi:
https://pypi.org/project/tomlkit/
GitHub Repo:
https://github.com/sdispater/tomlkit

Classifiers

No  tomlkit  pypi packages just yet.

Errors

A list of common tomlkit errors.

Code Examples

Here are some tomlkit code examples and snippets.

GitHub Issues

The tomlkit package has 28 open issues on GitHub

  • Fix values similar to booleans being incorrectly parsed to booleans
  • The dumps() function renders empty tables when a dict is the data argument
  • Bug: tomlkit.value("test") returns True
  • Add a doc site
  • Question: Is there something like jsonpath?
  • Get the line and column numbers of parsed elements

See more issues on GitHub