Source: python-tomlkit
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/sdispater/tomlkit/tags
Vcs-Browser: https://github.com/alvistack/sdispater-tomlkit
Vcs-Git: https://github.com/alvistack/sdispater-tomlkit.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-tomlkit
Architecture: all
Description: Style preserving TOML library
 TOML Kit is a 1.0.0rc1-compliant TOML 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. Part of the implementation as been adapted, improved and fixed
 from Molten.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
