File: control

package info (click to toggle)
python-pyproject-parser 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,428 kB
  • sloc: python: 3,086; makefile: 5
file content (55 lines) | stat: -rw-r--r-- 2,279 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: python-pyproject-parser
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-apeye-core,
               python3-attr,
               python3-coincidence <!nocheck>,
               python3-consolekit,
               python3-coverage <!nocheck>,
               python3-dom-toml (>= 2.0.0-1~),
               python3-domdf-python-tools,
               python3-hatchling,
               python3-hatch-requirements-txt,
               python3-natsort,
               python3-packaging,
               python3-pyproject-examples <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-pytest-timeout <!nocheck>,
               python3-sdjson <!nocheck>,
               python3-setuptools,
               python3-shippinglabel,
               python3-toml,
               python3-trove-classifiers <!nocheck>,
               python3-typing-extensions
Standards-Version: 4.7.2
Homepage: https://github.com/repo-helper/pyproject-parser
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyproject-parser
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyproject-parser.git

Package: python3-pyproject-parser
Architecture: all
Depends: python3-trove-classifiers,
         ${misc:Depends},
         ${python3:Depends}
Description: parser for 'pyproject.toml' file
 Tool developed to parse the pyproject.toml file. In addition to the parsing
 library, pyproject-parser has a command-line interface for validating and
 reformatting pyproject.toml files.
 .
 main features:
  - Returns a string representation of the PyProject.
  - Write as TOML in the provided file.
  - Serializes to TOML.
  - Constructs an instance of PyProject from a dictionary.
  - Loads the pyproject.toml configuration mapping from the provided file.
  - Reformats the provided pyproject.toml file.
  - Resolves the file key in the readme and the license (if present) to recover
    the contents of the file.