
Mako 1.3.10
0
A super-fast templating language that borrows the best ideas from the existing templating languages.
Contents
Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi.
Stars: 429, Watchers: 429, Forks: 69, Open Issues: 72The sqlalchemy/mako repo was created 7 years ago and the last code push was 6 months ago.
The project is popular with 429 github stars!
How to Install mako
You can install mako using pip
pip install mako
or add it to a project with poetry
poetry add mako
Package Details
- Author
- Mike Bayer
- License
- MIT
- Homepage
- https://www.makotemplates.org/
- PyPi:
- https://pypi.org/project/Mako/
- Documentation:
- https://docs.makotemplates.org
- GitHub Repo:
- https://github.com/sqlalchemy/mako
Classifiers
- Internet/WWW/HTTP/Dynamic Content
Related Packages
Errors
A list of common mako errors.
Code Examples
Here are some mako code examples and snippets.
pythonfix