Mako 1.3.5
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: 357, Watchers: 357, Forks: 62, Open Issues: 71The sqlalchemy/mako
repo was created 5 years ago and the last code push was 1 months ago.
The project is popular with 357 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.
GitHub Issues
The mako package has 71 open issues on GitHub
- installation problem (– Python checking for mako >= 0.4.2 - not found
- Prepare 1.2
- on render, encoding issues do not show which line caused the Exception
- [feature] List all filenames used in render()
- proposal - standardizing directories and template paths