Metadata-Version: 2.1
Name: mako2cli
Version: 0.1.1
Summary: Mako Template Command-Line Tool
Home-page: https://github.com/fbagagli/mako2cli
License: MIT
Keywords: mako,template,cli
Author: fbagagli
Author-email: francesco.bagagli@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: attrs (>=19.3.0,<20.0.0)
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: importlib_metadata (>=1.7.0,<2.0.0); python_version < "3.8"
Requires-Dist: mako (>=1.1.3,<2.0.0)
Requires-Dist: pyyaml (>=5.3.1,<6.0.0)
Project-URL: Documentation, https://mako2cli.readthedocs.io
Project-URL: Repository, https://github.com/fbagagli/mako2cli
Description-Content-Type: text/markdown

[![Tests](https://github.com/leaningdiggers/mako2cli/workflows/Tests/badge.svg)](https://github.com/leaningdiggers/mako2cli/actions?workflow=Tests)
[![Codecov](https://codecov.io/gh/leaningdiggers/mako2cli/branch/master/graph/badge.svg)](https://codecov.io/gh/leaningdiggers/mako2cli)
[![PyPI](https://img.shields.io/pypi/v/mako2cli.svg)](https://pypi.org/project/mako2cli/)
[![Read the Docs](https://readthedocs.org/projects/mako2cli/badge/)](https://mako2cli.readthedocs.io/)

# mako2cli

This project aims to port Mako Template to a simple usage on command line

## Installation

To install the mako2cli Python project,
run this command in your terminal:

```
$ pip install mako2cli
```

