Metadata-Version: 2.1
Name: python-vectors
Version: 1.0.0
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: ### 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()`.
        
        ### Updates
        
        **11/18/2020 - 1.0.0**<br>
        Fixed Vector3.tuple() showing as (x, y, x) instead of (x, y, z)<br>
        **11/17/2020 - 0.0.1**<br>
        Package published<br>
        
        ### Other Information
        
        See my other projects at https://fosterreichert.com
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
