Source: python-tomlkit Standards-Version: 4.7.4 Maintainer: Debian Python Team Uploaders: Emmanuel Arias , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , pybuild-plugin-pyproject, python3-all, python3-poetry-core, python3-pytest , python3-sphinx , python3-yaml , Vcs-Browser: https://salsa.debian.org/python-team/packages/tomlkit Vcs-Git: https://salsa.debian.org/python-team/packages/tomlkit.git Homepage: https://github.com/sdispater/tomlkit Package: python3-tomlkit Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, Description: style-preserving TOML library for Python TOML Kit is a 1.0.0rc1-compliant TOML (Tom's Obvious, Minimal Language) library. . It includes a parser that preserves all comments, indentations, whitespace and internal element ordering, and makes them accessible and editable via an intuitive API. . You can also create new TOML documents from scratch using the provided helpers.