chameleon

Package — TemplatesPython 3.7+Intermediate

Fast HTML/XML template engine using TAL

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install chameleon

Learn by Difficulty

Quick Example

python
# Install: pip install chameleon
import chameleon

# Basic chameleon usage
print(f"Using chameleon")
# See documentation for detailed examples

chameleon is a third-party package. Fast HTML/XML template engine using TAL. Install with: pip install chameleon

Try in Playground

Tags

packagetemplatesrenderingweb