mako==1.3.12
# A super-fast templating language that borrows the best ideas from the existing templating languages.
$ pip install mako
downloads/wk
45,921,096
license
MIT
version
1.3.12
python
>=3.8
What is mako?
Mako is a Python templating engine that generates dynamic text output, such as HTML or configuration files, by embedding Python code directly into templates. Developers use it when they need fast template rendering with full Python expressiveness, making it suitable for web applications, report generation, and other scenarios requiring flexible, programmatic content creation.
Dependencies (4)
Author
Mike Bayer