diff --git a/README.md b/README.md new file mode 100644 index 00000000..6638c2fd --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +About Genshi +============ + + + +[![ReadTheDocs badge](https://readthedocs.org/projects/genshi/badge/?version=latest&style=for-the-badge)](https://genshi.readthedocs.org/) +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/edgewall/genshi/tests.yml?branch=master&style=for-the-badge)](https://github.com/edgewall/genshi/actions/workflows/tests.yml) +[![PyPI - Version](https://img.shields.io/pypi/v/genshi?style=for-the-badge)](https://pypi.org/project/genshi/) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/genshi?style=for-the-badge)](https://pypi.org/project/genshi/) +[![PyPI - Implementation](https://img.shields.io/pypi/implementation/genshi?style=for-the-badge)](https://pypi.org/project/genshi/) + + + +Genshi is a Python library that provides an integrated set of +components for parsing, generating, and processing HTML, XML or other +textual content for output generation on the web. The major feature is +a template language, which is heavily inspired by Kid. + +For more information please see: + +- [ReadTheDocs](https://genshi.readthedocs.org/) +- [https://genshi.edgewall.org/](https://genshi.edgewall.org/) +- the documentation in the `doc` directory. + diff --git a/README.txt b/README.txt deleted file mode 100644 index 55752c40..00000000 --- a/README.txt +++ /dev/null @@ -1,12 +0,0 @@ -About Genshi -============ - -Genshi is a Python library that provides an integrated set of -components for parsing, generating, and processing HTML, XML or other -textual content for output generation on the web. The major feature is -a template language, which is heavily inspired by Kid. - -For more information please see the documentation in the `doc` -directory, and visit the Genshi web site: - - diff --git a/setup.cfg b/setup.cfg index 0536af62..4834fc87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,8 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 3 + Programming Language :: Python :: Implementation :: CPython + Programming Language :: Python :: Implementation :: PyPy Topic :: Internet :: WWW/HTTP :: Dynamic Content Topic :: Software Development :: Libraries :: Python Modules Topic :: Text Processing :: Markup :: HTML