Metadata-Version: 1.2
Name: vector-demo
Version: 0.2.1
Summary: A basic implementation of a Vector as a Python object.
Home-page: https://github.com/stephenflynn/vector_demo
Author: Stephen Flynn
Author-email: dev@stephenflynn.net
License: MIT license
Description: ===========
        vector-demo
        ===========
        
        
        .. image:: https://img.shields.io/pypi/v/vector_demo.svg
                :target: https://pypi.python.org/pypi/vector_demo
        
        .. image:: https://img.shields.io/travis/stephenflynn/vector_demo.svg
                :target: https://travis-ci.org/stephenflynn/vector_demo
        
        .. image:: https://readthedocs.org/projects/vector-demo/badge/?version=latest
                :target: https://vector-demo.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/stephenflynn/vector_demo/shield.svg
             :target: https://pyup.io/repos/github/stephenflynn/vector_demo/
             :alt: Updates
        
        
        A basic implementation of a Vector as a Python object.
        
        
        * Free software: MIT license
        * Documentation: https://vector-demo.readthedocs.io.
        
        
        Features
        --------
        
        * Vector magnitude calculation.
        * Calculation of dot product between two vectors.
        * Calculation of Cosine of the angle between two vectors.
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.1 (2017-09-13)
        ------------------
        
        * Updating documentation and configuration.
        
        0.1.0 (2017-09-13)
        ------------------
        
        * First public commit.
        
Keywords: vector_demo
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3
