Metadata-Version: 2.4
Name: matiopy
Version: 1.0.4
Summary: A library for 2D transformations and vector operations
Author: frigatzero, Rodion-77
License-Expression: MIT
Project-URL: Homepage, https://github.com/FrigatZero/matiopy
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Dynamic: license-file

from src.matiopy.transform2d.transform2d import Transform2D

# Matiopy

(Transform Python)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Github: Repo](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/FrigatZero/matiopy)

---

A library for 2D transformations and vector operations

## Dependencies

---

- [Numpy](https://pypi.org/project/numpy/)
- [Python (>=3.8)](https://www.python.org/downloads/)

## Install

---

You can install ```Matiopy``` from ```PyPI```

```bash
pip install matiopy
```
