Source: python-hatch-fancy-pypi-readme
Section: python
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 dh-sequence-python3,
 pkgconf,
 pkg-config,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
 python3-pytest <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/hynek/hatch-fancy-pypi-readme
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-hatch-fancy-pypi-readme
Vcs-Git: https://salsa.debian.org/python-team/packages/python-hatch-fancy-pypi-readme.git

Package: python3-hatch-fancy-pypi-readme
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
Description: Fancy PyPI READMEs with Hatch
 hatch-fancy-pypi-readme is a Hatch metadata plugin for everyone who cares about the first impression of their project’s PyPI landing page. It allows you to define your PyPI project description in terms of concatenated fragments that are based on static strings, files, and most importantly: parts of files defined using cut-off points or regular expressions. Once you’ve assembled your readme, you can additionally run regular expression-based substitutions over it. For instance to make relative links absolute or to linkify users and issue numbers in your changelog. Do you want your PyPI readme to be the project readme, but without badges, followed by the license file, and the changelog section for only the last release? You’ve come to the right place!