Metadata-Version: 2.1
Name: python-vectors
Version: 0.0.1
Summary: A simple vector library to contain and manipulate 2D and 3D points.
Home-page: https://github.com/fosterhr/python-vectors
Author: Foster Reichert
Author-email: dev@fosterreichert.com
License: UNKNOWN
Description: This package can be used to create Vector2 and Vector3 objects. You can call on the individual points with x, y, and z. To get a tuple of all the points, use tuple().
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
