-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add ReadTheDocs badge. * Use latest ReadTheDocs for badge and update links. * Update links to ReadTheDocs and Edgewall. * Add GitHub actions badge. * Add a PyPI version badge and switch to for-the-badge style. * Switch ReadTheDocs badge to the for-the-badge style. * Add Python versions and implementation badges for fun. * Add Python implementations supported to classifiers.
- Loading branch information
Showing
3 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
About Genshi | ||
============ | ||
|
||
<!-- badges-start --> | ||
|
||
[![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/) | ||
|
||
<!-- badges-end --> | ||
|
||
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. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters