Metadata-Version: 1.1
Name: simplevector
Version: 0.0.3
Summary: A simple vectors utility library to help simplify 2d and 3d math
Home-page: http://github.com/michael0x2a/simplevector
Author: Michael Lee
Author-email: michael.lee.0x2a@gmail.com
License: MIT
Description: 
        # simplevector
        
        ## Introduction
        
        This library serves as a collection of useful objects and utility functions to 
        facilitate vector math.
        
        This library is not designed to be performant, but is instead designed to be 
        pragmatic and easily used. I initially created this project because I noticed
        that I was accumulating a variety of vector-related code to help me work through
        some math problems, and wanted a way to keep them bundled and easily reusable.
        
Keywords: vector math 2d 3d
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
