genshi
Package — TemplatesPython 3.7+Intermediate
XML/HTML template toolkit with stream processing
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- six
- Install
pip install genshi
Learn by Difficulty
Quick Example
python
# Install: pip install genshi import genshi # Basic genshi usage print(f"Using genshi") # See documentation for detailed examples
genshi is a third-party package. XML/HTML template toolkit with stream processing. Install with: pip install genshi
Try in PlaygroundTags
packagetemplatesrenderingweb