SimpleEva


NameSimpleEva JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA simple library for controlling Eva
upload_time2023-11-03 09:55:27
maintainer
docs_urlNone
authorTom Brothers
requires_python
licenseBSD
keywords eva robot arm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SimpleEVA
A simple libary to use the EVA robot arm in python. This libary simplifies the use of IK and allows for easy control of the robot arm.

## Installation
To install the libary, first clone the repository:
```
git clone URL
```
Then navigate to the directory and run the setup.py file:
```python
python setup.py install
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "SimpleEva",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "EVA robot arm",
    "author": "Tom Brothers",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/56/e1/b6b570efbf6e50228dbd7ca970505aa692260012b22b50dc540fff54cd9b/SimpleEva-0.0.2.tar.gz",
    "platform": null,
    "description": "# SimpleEVA\r\nA simple libary to use the EVA robot arm in python. This libary simplifies the use of IK and allows for easy control of the robot arm.\r\n\r\n## Installation\r\nTo install the libary, first clone the repository:\r\n```\r\ngit clone URL\r\n```\r\nThen navigate to the directory and run the setup.py file:\r\n```python\r\npython setup.py install\r\n```\r\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A simple library for controlling Eva",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "eva",
        "robot",
        "arm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52e741a650a37258b2c4eaf2d3f340266f51021222768f535ba14e7acb3a2de0",
                "md5": "fd3fb7682325cc37afbf00b579cfba16",
                "sha256": "a487ddf25c7ff29bf480d2f8e90a314c708e2f6d9eb7635af16f0ce9757f078a"
            },
            "downloads": -1,
            "filename": "SimpleEva-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd3fb7682325cc37afbf00b579cfba16",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2840,
            "upload_time": "2023-11-03T09:55:26",
            "upload_time_iso_8601": "2023-11-03T09:55:26.593514Z",
            "url": "https://files.pythonhosted.org/packages/52/e7/41a650a37258b2c4eaf2d3f340266f51021222768f535ba14e7acb3a2de0/SimpleEva-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56e1b6b570efbf6e50228dbd7ca970505aa692260012b22b50dc540fff54cd9b",
                "md5": "3851a73665c5356c355fe0414f0c570c",
                "sha256": "5fe8f3d4221216fd42c4aeb42b46bd5a7bec3657b46856dab1d43c187099c0f5"
            },
            "downloads": -1,
            "filename": "SimpleEva-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3851a73665c5356c355fe0414f0c570c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2573,
            "upload_time": "2023-11-03T09:55:27",
            "upload_time_iso_8601": "2023-11-03T09:55:27.885776Z",
            "url": "https://files.pythonhosted.org/packages/56/e1/b6b570efbf6e50228dbd7ca970505aa692260012b22b50dc540fff54cd9b/SimpleEva-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-03 09:55:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "simpleeva"
}
        
Elapsed time: 0.15490s