1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
About Genshi
============
<!-- badges-start -->
[](https://genshi.readthedocs.org/)
[](https://github.com/edgewall/genshi/actions/workflows/tests.yml)
[](https://pypi.org/project/genshi/)
[](https://pypi.org/project/genshi/)
[](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.
|