Metadata-Version: 2.1
Name: robot-analysis
Version: 0.0.3
Summary: Python package providing some utils function to analyse robots
Home-page: https://github.com/Baxterminator/robot_analysis
Author: Geoffrey CÔTE
Author-email: geoffrey.cote@centraliens-nantes.org
License: GNU GPLv3
Keywords: robot,analysis,identification
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: colorama

# robot_analysis v0.0.3

This python package aims to provide some utility function for robot analysis.

By [Meltwin](https://github.com/Meltwin) for [ECN Robotics](https://github.com/CentraleNantesRobotics) - 2023

## Modules

- **Display** : Provide some print utilities for matrix, headers, choices, ...
- **Math** : Provide lacking function for analysis

For a detailed description of each function, please refer to the [wiki](https://github.com/Baxterminator/robot_analysis/wiki)

## Installation

### PiPy Repository (Recommended)

This package is available on the PiPy repository. So you can use the pip manager with the following command:

```shell
pip install robot_analysis
```

### Manual use

Another way of using this directory is to drag the robot_analysis directory in this repository in the root of your program.

## Dependencies
 
| Package  | Link                               |
|:--------:|:-----------------------------------|
|  Numpy   | https://numpy.org/                 |
| Colorama | https://pypi.org/project/colorama/ |

