Metadata-Version: 2.1
Name: mixy
Version: 1.9.0
Summary: 
Home-page: https://github.com/alexisbeaulieu97/Mixy
License: MIT
Author: Alexis Beaulieu
Author-email: alexisbeaulieu97@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: gitpython (>=3.1.29,<4.0.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Project-URL: Repository, https://github.com/alexisbeaulieu97/Mixy
Description-Content-Type: text/markdown

<a name="readme-top"></a>

<div align="center">
  <h1 align="center">Mixy</h1>

  <p align="center">
    A customizable project templater!
    <br />
    <a href="https://github.com/alexisbeaulieu97/Mixy/issues">Report Bug</a>
    ·
    <a href="https://github.com/alexisbeaulieu97/Mixy/issues">Request Feature</a>
  </p>
</div>

# About the project

Mixy is a CLI tool used to create projects based on one or multiple templates.

> **Warning** This project is in early development and is rapidly evolving.
> This means you can expect:
> * Missing features
> * No stability guarantees
> * Bugs

# Getting Started

## Prerequisites

This project requires python 3.11 or later to be installed.

## Installation

Installation can be done using pip.
```shell
pip install mixy
```

<p align="right"><a href="#readme-top">back to top</a></p>

## Usage

<p align="right"><a href="#readme-top">back to top</a></p>

# License

See the [LICENSE](LICENSE) file.

<p align="right"><a href="#readme-top">back to top</a></p>

# Authors

* [Alexis Beaulieu](https://www.linkedin.com/in/alexisbeaulieu/)

<p align="right"><a href="#readme-top">back to top</a></p>

