Metadata-Version: 2.1
Name: meowiz
Version: 0.1.0
Summary: 
Author: karl robeck alferez
Author-email: karlalferezfx@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: jinja2 (>=3.1.3,<4.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Requires-Dist: watchfiles (>=0.21.0,<0.22.0)
Description-Content-Type: text/markdown

# Meowiz

Meowiz is a Jinja-based compiler that scans the input directory and outputs static HTML files that can be served on the go.

## Features

- Built-in CLI: Meowiz comes with a command-line interface that allows you to easily compile your Jinja templates into static HTML files.
- Full Async Build: Meowiz supports asynchronous compilation, allowing for faster processing of large template directories.
- Custom Configuration: Meowiz provides a flexible configuration system that allows you to customize various aspects of the compilation process.

## Installation

To install Meowiz, you can use pip:

