Metadata-Version: 2.1
Name: makolator
Version: 2.0.2
Summary: Extended Mako Templates for Python
License: MIT
Requires-Python: >=3.7.2,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: attrs (>=23.1.0,<24.0.0)
Requires-Dist: mako (>=1.2.4,<2.0.0)
Requires-Dist: outputfile (>=0.2.0,<0.3.0)
Requires-Dist: uniquer (>=1.0.0,<2.0.0)
Description-Content-Type: text/markdown

[![PyPI Version](https://badge.fury.io/py/makolator.svg)](https://badge.fury.io/py/makolator)
[![Python Build](https://github.com/nbiotcloud/makolator/actions/workflows/main.yml/badge.svg)](https://github.com/nbiotcloud/makolator/actions/workflows/main.yml)
[![Documentation](https://readthedocs.org/projects/makolator/badge/?version=latest)](https://makolator.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/nbiotcloud/makolator/badge.svg?branch=main)](https://coveralls.io/github/nbiotcloud/makolator?branch=main)
[![python-versions](https://img.shields.io/pypi/pyversions/makolator.svg)](https://pypi.python.org/pypi/makolator)
[![pylint](https://img.shields.io/badge/linter-pylint-%231674b1?style=flat)](https://www.pylint.org/)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# Extended Mako Templates for Python

* [Documentation](https://makolator.readthedocs.io/en/latest/)
* [PyPI](https://pypi.org/project/makolator/)
* [Sources](https://github.com/nbiotcloud/makolator)
* [Issues](https://github.com/nbiotcloud/makolator/issues)

## Installation

Installing it is pretty easy:

```bash
pip install makolator
```

