File: control

package info (click to toggle)
python-tomlkit 0.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,100 kB
  • sloc: python: 6,242; makefile: 20; sh: 5
file content (36 lines) | stat: -rw-r--r-- 1,062 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: python-tomlkit
Standards-Version: 4.7.2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Emmanuel Arias <eamanu@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-sphinx,
 python3-poetry-core,
 python3-pytest,
 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
Rules-Requires-Root: no

Package: python3-tomlkit
Architecture: all
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.