Source: python-tomli
Section: python
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               flit (>= 3.2.0),
               python3-pytest-xdist <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://gitee.com/openkylin/python-tomli
Vcs-Git: https://gitee.com/openkylin/python-tomli.git
Homepage: https://github.com/hukkin/tomli
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-tomli
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: lil' TOML parser for Python
 Tomli is a Python library for parsing TOML. https://toml.io/
 Tomli is fully compatible with TOML v1.0.0. https://toml.io/en/v1.0.0
