python-hatch-fancy-pypi-readme: Add new host-only package
authorJeffery To <jeffery.to@gmail.com>
Tue, 28 Feb 2023 18:02:57 +0000 (02:02 +0800)
committerJeffery To <jeffery.to@gmail.com>
Fri, 31 Mar 2023 05:08:39 +0000 (13:08 +0800)
commit6294cf26c7eaf76b97da8c1e29b86b31316fa054
tree4a4ba524b1505c1d967de1f0fc5d3fe0e917c8bd
parentfb48859907be034284890e63901893c32db26b8c
python-hatch-fancy-pypi-readme: Add new host-only package

From the README:

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.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python-hatch-fancy-pypi-readme/Makefile [new file with mode: 0644]