Metadata-Version: 2.4
Name: pVectors
Version: 0.0.1
Summary: A small python package for handling vectors based off of the Unity Vector2D class
Project-URL: Homepage, https://github.com/Raahguu/pVectors
Project-URL: Issues, https://github.com/Raahguu/pVectors/issues
Author-email: Raahguu <raahguu@myyahoo.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# pVectors

pVector is a python module designed to help handle vectors, and calculations around them in a simple way. It is written in python and at the moment only supports 2D vectors. This project bases vactors off of the c# implementation of them.
