Metadata-Version: 2.1
Name: vector_2d
Version: 0.1.1
Summary: A module witch implements a two-dimensional vector, both in cartesian and polar coordinates.
Home-page: https://github.com/betados/vector_2D
Author: Álvaro Torres Ochaita
Author-email: torrestal@gmail.com
License: MIT
Description: # VECTOR
        A module witch implements a two-dimensional vector, both in cartesian and polar coordinates.
        
        ## Installation
        
         ```bash
         pip install vector-2d
         ```
        
        ## Usage
        ``` python
        from vector_2D.vector import Vector
        from vector_2D.vectorPolar import VectorPolar
        ```
Keywords: vector
Platform: UNKNOWN
Description-Content-Type: text/markdown
