1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Chameleon
=========
.. image:: https://img.shields.io/pypi/pyversions/Chameleon
:alt: PyPI - Python Version
.. image:: https://img.shields.io/github/actions/workflow/status/malthe/chameleon/main.yml
:alt: GitHub Actions Workflow Status
Chameleon is an HTML/XML template engine for `Python
<http://www.python.org>`_. It uses the *page templates* language.
You can use it in any Python application with just about any
version of Python (3.9+ and up, plus `pypy 3
<http://pypy.org>`_).
Visit the `documentation <https://chameleon.readthedocs.io/en/latest/>`_
for more information.
License and Copyright
---------------------
This software is made available as-is under a BSD-like license [1]_
(see included copyright notice).
Notes
-----
.. [1] This software is licensed under the `Repoze
<http://repoze.org/license.html>`_ license.
|