robot-analysis


Namerobot-analysis JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/Baxterminator/robot_analysis
SummaryPython package providing some utils function to analyse robots
upload_time2023-03-12 12:15:26
maintainer
docs_urlNone
authorGeoffrey CÔTE
requires_python
licenseGNU GPLv3
keywords robot analysis identification
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/ |


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Baxterminator/robot_analysis",
    "name": "robot-analysis",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "robot,analysis,identification",
    "author": "Geoffrey C\u00d4TE",
    "author_email": "geoffrey.cote@centraliens-nantes.org",
    "download_url": "https://files.pythonhosted.org/packages/90/88/18403b7a9b73b930a9b6325386120fd574bd4d430d9710b70937bce19a39/robot_analysis-0.0.3.tar.gz",
    "platform": null,
    "description": "# robot_analysis v0.0.3\n\nThis python package aims to provide some utility function for robot analysis.\n\nBy [Meltwin](https://github.com/Meltwin) for [ECN Robotics](https://github.com/CentraleNantesRobotics) - 2023\n\n## Modules\n\n- **Display** : Provide some print utilities for matrix, headers, choices, ...\n- **Math** : Provide lacking function for analysis\n\nFor a detailed description of each function, please refer to the [wiki](https://github.com/Baxterminator/robot_analysis/wiki)\n\n## Installation\n\n### PiPy Repository (Recommended)\n\nThis package is available on the PiPy repository. So you can use the pip manager with the following command:\n\n```shell\npip install robot_analysis\n```\n\n### Manual use\n\nAnother way of using this directory is to drag the robot_analysis directory in this repository in the root of your program.\n\n## Dependencies\n \n| Package  | Link                               |\n|:--------:|:-----------------------------------|\n|  Numpy   | https://numpy.org/                 |\n| Colorama | https://pypi.org/project/colorama/ |\n\n",
    "bugtrack_url": null,
    "license": "GNU GPLv3",
    "summary": "Python package providing some utils function to analyse robots",
    "version": "0.0.3",
    "split_keywords": [
        "robot",
        "analysis",
        "identification"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0003bbf100899d8f4de8bab251c1e38bad02deb7977e2d6b2ef6ae5fe0ea8c9",
                "md5": "e0b15815e4f0a0bd15f56b52918803a5",
                "sha256": "2278ba3cedbdbbe1f49455480c0778b44017df5432e5d7c29cd5119d723170a6"
            },
            "downloads": -1,
            "filename": "robot_analysis-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e0b15815e4f0a0bd15f56b52918803a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15903,
            "upload_time": "2023-03-12T12:15:25",
            "upload_time_iso_8601": "2023-03-12T12:15:25.018446Z",
            "url": "https://files.pythonhosted.org/packages/f0/00/3bbf100899d8f4de8bab251c1e38bad02deb7977e2d6b2ef6ae5fe0ea8c9/robot_analysis-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "908818403b7a9b73b930a9b6325386120fd574bd4d430d9710b70937bce19a39",
                "md5": "544bf7c165173715140c0360cb37a967",
                "sha256": "b84268f595b638bc7efc97d686cb68ae6563c394056bb8fe75106079204dde3c"
            },
            "downloads": -1,
            "filename": "robot_analysis-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "544bf7c165173715140c0360cb37a967",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15302,
            "upload_time": "2023-03-12T12:15:26",
            "upload_time_iso_8601": "2023-03-12T12:15:26.255593Z",
            "url": "https://files.pythonhosted.org/packages/90/88/18403b7a9b73b930a9b6325386120fd574bd4d430d9710b70937bce19a39/robot_analysis-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-12 12:15:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Baxterminator",
    "github_project": "robot_analysis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "robot-analysis"
}
        
Elapsed time: 0.05696s