Contents

tomlkit 0.13.2

0

Style preserving TOML library

Style preserving TOML library

Stars: 688, Watchers: 688, Forks: 96, Open Issues: 30

The python-poetry/tomlkit repo was created 6 years ago and the last code push was 5 days ago.
The project is popular with 688 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 30 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