Source: python-dist-meta
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-apeye <!nocheck>,
 python3-atomicwrites <!nocheck>,
 python3-coincidence <!nocheck>,
 python3-colorama <!nocheck>,
 python3-consolekit <!nocheck>,
 python3-coverage,
 python3-domdf-python-tools,
 python3-first <!nocheck>,
 python3-flake8 <!nocheck>,
 python3-handy-archives <!nocheck>,
 python3-hatch-requirements-txt,
 python3-hatchling,
 python3-packaging,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-datadir <!nocheck>,
 python3-pytest-regressions <!nocheck>,
 python3-pytest-rerunfailures <!nocheck>,
 python3-pytest-timeout <!nocheck>,
 python3-setuptools,
 python3-shippinglabel,
 python3-sphinx,
Standards-Version: 4.7.0
Homepage: https://github.com/repo-helper/dist-meta
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dist-meta
Vcs-Git: https://salsa.debian.org/python-team/packages/python-dist-meta.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-dist-meta
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Parse and create Python distribution metadata
 dist-meta and is a set of support tools for managing metadata of a GitHub
 repository. This library provides a convenient way to automatically generate
 and update metadata files such as README files, license files, changelog
 files, and more.
 .
 The main purpose of dist-meta is to ease the process of maintaining these
 files in projects hosted on GitHub by providing a command line interface
 (CLI) to automatically generate and update the necessary metadata files. It
 is especially useful for projects that follow specific standards or formatting
 guidelines for their metadata files.
 .
 you can automate tasks like:
  - Automatically generate and update your project's README file based on a
    predefined or custom template.
  - Generate license files, such as the LICENSE file, from a pool of available
    licenses.
  - Create changelog files based on changes made to your repository.
  - Verify that your project's metadata files are up to date according to
    defined best practices.
