Metadata-Version: 2.4
Name: matiopy
Version: 1.0.1
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

# 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

## Install

---

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

```bash
pip install matiopy
```
