{ "info": { "author": "David Davis", "author_email": "davisd@davisd.com", "bugtrack_url": null, "classifiers": [], "description": "Python Servo Controller Module for the Yost Engineering, Inc. ServoCenter 3.1 \n=============================================================================\n\nServoCenter-3.1 is a Python module for interacting with the ServoCenter 3.1 USB controller board by Yost Engineering, Inc.\n\nFor more information, see http://www.davisd.com/projects/servocenter-3.1/\n\nFor more information on ServoCenter, see http://tech.yostengineering.com/servoFolder\n\nExample usage is as follows::\n\n #!/usr/bin/python\n\n from servocenter import ServoController\n\n # open port /dev/ttyUSB0 with baud rate 9600\n sc=ServoController('/dev/ttyUSB0', 9600)\n\n # move board 0, servo 0 to position 200\n sc.quick_move(0, 0, 200)\n\n\nInstallation\n============\n\nA setup script (setup.py) is provided. To install, simply run the script with the install command:\n\n$ python setup.py install\n\nOr just put servocenter.py somewhere in the Python path and::\n\nimport servocenter\n\n\nAPI\n===\n\nA ServoController object is created with two arguments- the port name and baud rate.\n\nThe methods in the ServoController class reflect the functions of the board as defined in the official protocol. For protocol documentation, see http://tech.yostengineering.com/servoFolder/servocenter-downloads/servocenter-downloads\n\nTo see available methods, view the servocenter.py file.\n\n\nDependencies\n============\n\nThis Python module makes use of pySerial\nhttp://pyserial.sourceforge.net/\n\n\nAuthor\n======\n\nDavid Davis \nhttp://www.davisd.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.davisd.com/projects/servocenter-3.1/", "keywords": null, "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "ServoCenter-3.1", "package_url": "https://pypi.org/project/ServoCenter-3.1/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ServoCenter-3.1/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.davisd.com/projects/servocenter-3.1/" }, "release_url": "https://pypi.org/project/ServoCenter-3.1/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "ServoCenter-3.1 is a python module for interacting with the ServoCenter 3.1 USB controller board by Yost Engineering, Inc.", "version": "1.0.0" }, "last_serial": 785631, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "779091ef1cfe718b7bbaf463549eb925", "sha256": "b9730ab573693f3a076d4836be1c702b8e6e510bce90f8a084f1fbc41f387d98" }, "downloads": -1, "filename": "ServoCenter-3.1-1.0.0.tar.gz", "has_sig": false, "md5_digest": "779091ef1cfe718b7bbaf463549eb925", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2838, "upload_time": "2011-06-21T16:48:52", "url": "https://files.pythonhosted.org/packages/09/4c/96a07c0e4a37c33e5b46d15eb4ae060c5a23eb8ac48332bba0509c1180ae/ServoCenter-3.1-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "779091ef1cfe718b7bbaf463549eb925", "sha256": "b9730ab573693f3a076d4836be1c702b8e6e510bce90f8a084f1fbc41f387d98" }, "downloads": -1, "filename": "ServoCenter-3.1-1.0.0.tar.gz", "has_sig": false, "md5_digest": "779091ef1cfe718b7bbaf463549eb925", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2838, "upload_time": "2011-06-21T16:48:52", "url": "https://files.pythonhosted.org/packages/09/4c/96a07c0e4a37c33e5b46d15eb4ae060c5a23eb8ac48332bba0509c1180ae/ServoCenter-3.1-1.0.0.tar.gz" } ] }