Source: jsonargparse
Section: python
Maintainer: Gianfranco Costamagna <locutusofborg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-setuptools,
               python3-all,
               python3-yaml,
               python3-docstring-parser,
#              python3-typeshed-client,
               python3-jsonschema,
               python3-jsonnet,
               python3-toml,
               python3-requests,
               python3-fsspec,
               python3-shtab,
               python3-argcomplete,
               python3-ruamel.yaml,
               python3-omegaconf,
               python3-types-pyyaml,
               python3-types-requests,
               python3-responses,
               python3-pydantic,
#               python3-attrs,
               python3-pytest,
               python3-pytest-cov,
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-autodocsumm,
               python3-sphinx-autodoc-typehints,
               python3-autodocsumm,
Standards-Version: 4.7.4
Homepage: https://github.com/mauvilsa/jsonargparse/
Vcs-Git: https://salsa.debian.org/debian/jsonargparse.git
Vcs-Browser: https://salsa.debian.org/debian/jsonargparse

Package: python3-jsonargparse
Architecture: all
Testsuite: autopkgtest-pkg-python
Depends: ${misc:Depends}, ${python3:Depends},
Description: Minimal effort CLIs derived from type hints and parse from command line
 jsonargparse is a library for creating command-line interfaces (CLIs) and
 making Python apps easily configurable. It is a well-maintained project with
 frequent releases, adhering to high standards of development: semantic
 versioning, deprecation periods, changelog, automated testing, and full test
 coverage.

