{ "info": { "author": "Kevin Walchko", "author_email": "kevin.walchko@users.norely.github.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Image Recognition", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. figure:: https://raw.githubusercontent.com/MomsFriendlyRobotCompany/smc/master/docs/pics/smc.jpg\n\t:target: https://www.pololu.com/product/1373\n\t:width: 300px\n\nPololu Simple Motor Controller\n=======================================\n\n.. image:: https://travis-ci.org/MomsFriendlyRobotCompany/smc.svg?branch=master\n :target: https://travis-ci.org/MomsFriendlyRobotCompany/smc\n.. image:: https://img.shields.io/pypi/v/smc.svg\n :target: https://github.com/MomsFriendlyRobotCompany/smc\n.. image:: https://img.shields.io/pypi/l/smc.svg\n :target: https://github.com/MomsFriendlyRobotCompany/smc\n.. image:: https://img.shields.io/pypi/pyversions/smc.svg\n :target: https://pypi.python.org/pypi/smc/\n\nThis is a python driver library for the Pololu series of Simple Motor Controllers.\n\n\nInstall\n---------\n\n::\n\n\tpip install smc\n\nUsage\n-------\n\n.. code-block:: python\n\n\tfrom smc import SMC\n\timport time\n\n\tmc = SMC('/dev/ttyUSB0', 115200)\n\t# open serial port and exit safe mode\n\tmc.init()\n\n\t# drive using 12b mode\n\tmc.speed(1000)\n\ttime.sleep(3)\n\tmc.speed(-1000)\n\ttime.sleep(3)\n\n\t# drive using 7b mode\n\tmc.speed7b(100)\n\ttime.sleep(3)\n\tmc.speed7b(-100)\n\ttime.sleep(3)\n\n\t# and stop motor\n\tmc.stop()\n\n\nBoard\n----------\n\n.. figure:: https://raw.githubusercontent.com/MomsFriendlyRobotCompany/smc/master/docs/pics/smc-back.jpg\n\t:width: 300px\n\n.. figure:: https://raw.githubusercontent.com/MomsFriendlyRobotCompany/smc/master/docs/pics/smc-io.jpg\n\t:width: 300px\n\n.. figure:: https://raw.githubusercontent.com/MomsFriendlyRobotCompany/smc/master/docs/pics/smc-wiring.jpg\n\t:width: 300px\n\nMIT License\n--------------\n\n**Copyright (c) 2017 Kevin J. Walchko**\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MomsFriendlyRobotCompany/smc", "keywords": "framework,robotic,robot,motor controller", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "smc", "package_url": "https://pypi.org/project/smc/", "platform": "", "project_url": "https://pypi.org/project/smc/", "project_urls": { "Homepage": "https://github.com/MomsFriendlyRobotCompany/smc" }, "release_url": "https://pypi.org/project/smc/0.5.1/", "requires_dist": [ "build-utils", "pyserial" ], "requires_python": "", "summary": "A python driver library for Pololu's Simple Motor Controllers", "version": "0.5.1" }, "last_serial": 3124347, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c58c19d603801ba4e2529a109a7ad2f2", "sha256": "29996262a5803e5a547523d9fa289cd74f33f7cd59b00eaed656eb1f57d6b1c1" }, "downloads": -1, "filename": "smc-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "c58c19d603801ba4e2529a109a7ad2f2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5342, "upload_time": "2017-06-12T01:46:56", "url": "https://files.pythonhosted.org/packages/e9/7b/59de956f3c86966ee8d96bd4d97c4ea0d71f1a33567ce7e55880af82a5f9/smc-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "441c3eed01afcb757ace37bea285ce2c", "sha256": "c2bc7f9a3beb2bb7c9992cb7c839c20049ba4cbc55deb36a698656fdb8a75b4f" }, "downloads": -1, "filename": "smc-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "441c3eed01afcb757ace37bea285ce2c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5343, "upload_time": "2017-06-12T01:46:58", "url": "https://files.pythonhosted.org/packages/32/97/dbf456ef0a4c1dd804caadd8a8cd16a0ece35f34e45e47047cc69d401d2a/smc-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4088eed0c11c17989608be71f3aa2f24", "sha256": "b6814fae339641c60ebcff823edd2d0ed28ad3c72504a3ffd3f434efbd70095f" }, "downloads": -1, "filename": "smc-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4088eed0c11c17989608be71f3aa2f24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2960, "upload_time": "2017-06-12T01:47:00", "url": "https://files.pythonhosted.org/packages/89/b5/79092e700066ac5f81143004dfc5e2d202eda8685052ab93961fd8249d5f/smc-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7f8ca799a3237e68f1e0366bee1963d5", "sha256": "f7b72612e148612d2eb7e24ff55cb3b552561a20ebe789d24abf00fb708637b8" }, "downloads": -1, "filename": "smc-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "7f8ca799a3237e68f1e0366bee1963d5", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5416, "upload_time": "2017-06-12T02:42:31", "url": "https://files.pythonhosted.org/packages/a9/89/d28ab3135452de8b8437a8f3c0ebc3d7c805185d24a5bae1dfa2785e26c3/smc-0.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb0bdbf481841e8a19d5002bb371dbf6", "sha256": "df30abcfce5d0d70984c4e072c134c4139b61a79dae831a37c9587f5b2f65326" }, "downloads": -1, "filename": "smc-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "cb0bdbf481841e8a19d5002bb371dbf6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5416, "upload_time": "2017-06-12T02:42:34", "url": "https://files.pythonhosted.org/packages/75/a5/821346eda642f4d7090ab9792743dd0d4c8f2e55aaef1d47b72120cd8950/smc-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "84f43b0862e8efea5cfad7844e28250d", "sha256": "08029d30dfd574e26d2b3f35f24a4dcef3b298542c8a94bf120b5f0e997c0eea" }, "downloads": -1, "filename": "smc-0.0.2.tar.gz", "has_sig": false, "md5_digest": "84f43b0862e8efea5cfad7844e28250d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2998, "upload_time": "2017-06-12T02:42:36", "url": "https://files.pythonhosted.org/packages/37/03/c908b0a454bb05ad24b7f4c4f522c527912560624c349042f476e25184b1/smc-0.0.2.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "b719bd6915e4860ce7208dee895d5d18", "sha256": "b57b38addd910ac15838189538bf98d65304afcfa9e2d7cab4dba7cbee5b5bb8" }, "downloads": -1, "filename": "smc-0.5.0-py2-none-any.whl", "has_sig": false, "md5_digest": "b719bd6915e4860ce7208dee895d5d18", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6051, "upload_time": "2017-08-11T03:21:07", "url": "https://files.pythonhosted.org/packages/13/57/edf1cc178e2d375f7ed012c1dda5b090afa4824ccd59c9e6e284175eaf87/smc-0.5.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6d4e0673d3e4f0842b164c4a9bbee603", "sha256": "4229d421a16291a95345131d93499143b207dd3afa2486467f31fb481c38c0bf" }, "downloads": -1, "filename": "smc-0.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6d4e0673d3e4f0842b164c4a9bbee603", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6053, "upload_time": "2017-08-11T03:21:09", "url": "https://files.pythonhosted.org/packages/66/b9/5e2d3614a0ef75543b65db32d6c7f4bc3989e4de0402a91a0de1e5348106/smc-0.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "127d799b018fd046351655156f4db5cb", "sha256": "bf44abf79e05e21e8f4ae0eb3c90324897c5192fcea35f2ac0b79432c2e23f2a" }, "downloads": -1, "filename": "smc-0.5.0.tar.gz", "has_sig": false, "md5_digest": "127d799b018fd046351655156f4db5cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3577, "upload_time": "2017-08-11T03:21:10", "url": "https://files.pythonhosted.org/packages/5a/d0/d9c5f1dc8e0e813484201090d55cd2260e2af09a7ab39c17e7fc5b6b30da/smc-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "67f8d7881e80cf76dcc57829a726062c", "sha256": "2dfb00c6934ca5c7e9526cc77aee324fef21447a49da3e580d25e0d718d7b373" }, "downloads": -1, "filename": "smc-0.5.1-py2-none-any.whl", "has_sig": false, "md5_digest": "67f8d7881e80cf76dcc57829a726062c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6060, "upload_time": "2017-08-26T01:10:10", "url": "https://files.pythonhosted.org/packages/77/2d/531f7c75ce489f3d82acb32fed7887aceeefcd6d28f612f1b60e11b21a72/smc-0.5.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d2c657b9472f298b9bfc50099673b44c", "sha256": "b5c44f92883660e8c3a8216eab663666e2ce42c33a123e09936ef5fa7a779ae8" }, "downloads": -1, "filename": "smc-0.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d2c657b9472f298b9bfc50099673b44c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6059, "upload_time": "2017-08-26T01:10:12", "url": "https://files.pythonhosted.org/packages/a5/52/0e12a9f3a612350b56b7b9314ac8d42bdd57280371e10c81ad18cf51b19d/smc-0.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1492cb50035873897578ae71209f3b76", "sha256": "cf7d01f80cf7d8fd9031ef5d3407abd7b67cbcd810f60597be71474d33f8715c" }, "downloads": -1, "filename": "smc-0.5.1.tar.gz", "has_sig": false, "md5_digest": "1492cb50035873897578ae71209f3b76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3580, "upload_time": "2017-08-26T01:10:14", "url": "https://files.pythonhosted.org/packages/9f/d9/07997fd023947bb2c2bc20be6759bf736c4cb331e562de424ee12d366c9a/smc-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "67f8d7881e80cf76dcc57829a726062c", "sha256": "2dfb00c6934ca5c7e9526cc77aee324fef21447a49da3e580d25e0d718d7b373" }, "downloads": -1, "filename": "smc-0.5.1-py2-none-any.whl", "has_sig": false, "md5_digest": "67f8d7881e80cf76dcc57829a726062c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6060, "upload_time": "2017-08-26T01:10:10", "url": "https://files.pythonhosted.org/packages/77/2d/531f7c75ce489f3d82acb32fed7887aceeefcd6d28f612f1b60e11b21a72/smc-0.5.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d2c657b9472f298b9bfc50099673b44c", "sha256": "b5c44f92883660e8c3a8216eab663666e2ce42c33a123e09936ef5fa7a779ae8" }, "downloads": -1, "filename": "smc-0.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d2c657b9472f298b9bfc50099673b44c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6059, "upload_time": "2017-08-26T01:10:12", "url": "https://files.pythonhosted.org/packages/a5/52/0e12a9f3a612350b56b7b9314ac8d42bdd57280371e10c81ad18cf51b19d/smc-0.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1492cb50035873897578ae71209f3b76", "sha256": "cf7d01f80cf7d8fd9031ef5d3407abd7b67cbcd810f60597be71474d33f8715c" }, "downloads": -1, "filename": "smc-0.5.1.tar.gz", "has_sig": false, "md5_digest": "1492cb50035873897578ae71209f3b76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3580, "upload_time": "2017-08-26T01:10:14", "url": "https://files.pythonhosted.org/packages/9f/d9/07997fd023947bb2c2bc20be6759bf736c4cb331e562de424ee12d366c9a/smc-0.5.1.tar.gz" } ] }