# robodyno
[![pypi](https://img.shields.io/pypi/v/robodyno)](https://pypi.org/project/robodyno/)
[![Python](https://img.shields.io/pypi/pyversions/robodyno)](https://www.python.org/downloads/)
[![wheel](https://img.shields.io/pypi/wheel/robodyno)](https://pypi.org/project/robodyno/#files)
[![download](https://img.shields.io/pypi/dm/robodyno)](https://pypi.org/project/robodyno/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
## Installation
```bash
pip install robodyno
```
## Usage
### Command Line Interface
```bash
robodyno --help
```
### Python API
```python
import time
from robodyno.interfaces import CanBus
from robodyno.components import Motor
can_bus = CanBus()
motor = Motor(can_bus)
motor.enable()
motor.set_pos(6.28)
time.sleep(1)
print(motor.get_pos())
motor.disable()
```
For more examples, please refer to `examples` directory.
For more documentation, please refer to [docs](http://101.42.250.169/latest/).
Raw data
{
"_id": null,
"home_page": "http://101.42.250.169/",
"name": "robodyno",
"maintainer": "robottime",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "lab@robottime.cn",
"keywords": "robodyno,robot,robot module",
"author": "song",
"author_email": "zhaosongy@126.com",
"download_url": "https://files.pythonhosted.org/packages/b9/28/bb254fb5a268390e12ab7c31a1a73ae274a4359b661f2fc17fe1220bf79d/robodyno-1.7.1.tar.gz",
"platform": null,
"description": "# robodyno\n\n[![pypi](https://img.shields.io/pypi/v/robodyno)](https://pypi.org/project/robodyno/)\n[![Python](https://img.shields.io/pypi/pyversions/robodyno)](https://www.python.org/downloads/)\n[![wheel](https://img.shields.io/pypi/wheel/robodyno)](https://pypi.org/project/robodyno/#files)\n[![download](https://img.shields.io/pypi/dm/robodyno)](https://pypi.org/project/robodyno/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n## Installation\n\n```bash\npip install robodyno\n```\n\n## Usage\n\n### Command Line Interface\n\n```bash\nrobodyno --help\n```\n\n### Python API\n\n```python\nimport time\nfrom robodyno.interfaces import CanBus\nfrom robodyno.components import Motor\n\ncan_bus = CanBus()\nmotor = Motor(can_bus)\n\nmotor.enable()\nmotor.set_pos(6.28)\ntime.sleep(1)\nprint(motor.get_pos())\nmotor.disable()\n```\n\nFor more examples, please refer to `examples` directory.\n\nFor more documentation, please refer to [docs](http://101.42.250.169/latest/).\n",
"bugtrack_url": null,
"license": "Apache License, Version 2.0",
"summary": "The Robodyno Robot SDK for Python 3",
"version": "1.7.1",
"project_urls": {
"Homepage": "http://101.42.250.169/"
},
"split_keywords": [
"robodyno",
"robot",
"robot module"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9a7df14ca84204ffd30edd0ff96f51d8cb2f41fa2ab2cd0f6abc7f8b88d4b6d3",
"md5": "8157d1a2f6acd60bca3c9019918d16f2",
"sha256": "e5b594dbfbca86ad95fed416a0074d6ddafc9eb00149001008d83af0d2a0fd82"
},
"downloads": -1,
"filename": "robodyno-1.7.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8157d1a2f6acd60bca3c9019918d16f2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 104233,
"upload_time": "2024-02-26T09:45:58",
"upload_time_iso_8601": "2024-02-26T09:45:58.415818Z",
"url": "https://files.pythonhosted.org/packages/9a/7d/f14ca84204ffd30edd0ff96f51d8cb2f41fa2ab2cd0f6abc7f8b88d4b6d3/robodyno-1.7.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b928bb254fb5a268390e12ab7c31a1a73ae274a4359b661f2fc17fe1220bf79d",
"md5": "778da2e83a9e92789f1d2b4bbf019335",
"sha256": "b406765ae43968ed6b4d98f292f62fad11d6ae9bd393d8aee536b861de61de2e"
},
"downloads": -1,
"filename": "robodyno-1.7.1.tar.gz",
"has_sig": false,
"md5_digest": "778da2e83a9e92789f1d2b4bbf019335",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 63039,
"upload_time": "2024-02-26T09:46:01",
"upload_time_iso_8601": "2024-02-26T09:46:01.520258Z",
"url": "https://files.pythonhosted.org/packages/b9/28/bb254fb5a268390e12ab7c31a1a73ae274a4359b661f2fc17fe1220bf79d/robodyno-1.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-26 09:46:01",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "robodyno"
}