Metadata-Version: 2.4
Name: kukai
Version: 0.1.1
Summary: A simple command line interface to manage your templates
Author-email: Caspar Trittibach <ctrittibach@gmail.com>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: click>=8.1.7
Requires-Dist: cookiecutter>=2.6.0
Requires-Dist: inquirer>=3.4.0
Requires-Dist: jinja2>=3.1.5
Requires-Dist: python-levenshtein>=0.27.1
Requires-Dist: toml>=0.10.2
Requires-Dist: typing-extensions; python_version < '3.11'
Description-Content-Type: text/markdown

[![PyPI](https://img.shields.io/pypi/v/kukai.svg)](https://pypi.python.org/pypi/kukai)
![License](https://img.shields.io/github/license/casptri/kukai)


# Kukai

Manage and generate your templates with a command-line utility.

- [Documentation]()
- [GitHub](https://github.com/casptri/kukai)
- [PyPi](https://pypi.org/project/kukai/)
- [Licence (MIT)](https://github.com/casptri/kukai/blob/main/LICENSE)

## Installation

Install kukai using pip package manager:
```
python -m pip install kukai
```

## License
kukai is licensed under the MIT license ([LICENSE](https://github.com/casptri/kukai/blob/main/LICENSE) or
<https://opensource.org/licenses/MIT>).

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in kukai
by you, as defined in the MIT license, shall be licensed as above, without any additional terms or
conditions.
