{ "info": { "author": "Red River Software", "author_email": "os@river.red", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# cilantro\n> Python Robot API for the CamJam Edukit 3\n\n## Example usage\n\n```python\nfrom cilantro import Robot\nfrom time import sleep\n\n# Create instance of robot\nrobot = Robot()\n\n# Go forward for 5 seconds then stop\nrobot.motors.m0 = 100\nrobot.motors.m1 = 100\nsleep(5)\nrobot.motors.m0 = 0\nrobot.motors.m1 = 0\n```\n\n\n## Distribute\nCreate source distribution\n```\npython setup.py sdist\n```\n\nCreate wheel\n```\npython setup.py bdist_wheel\n```\n\nUpload to pypi\n```\ntwine upload dist/*\n```", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RedRiverSoftware/cilantro/", "keywords": "cilantro,robot,camjam", "license": "", "maintainer": "", "maintainer_email": "", "name": "rr-cilantro", "package_url": "https://pypi.org/project/rr-cilantro/", "platform": "any", "project_url": "https://pypi.org/project/rr-cilantro/", "project_urls": { "Homepage": "https://github.com/RedRiverSoftware/cilantro/" }, "release_url": "https://pypi.org/project/rr-cilantro/0.1.0/", "requires_dist": null, "requires_python": ">=3.4", "summary": "A CamJam Edukit 3 Wrapper", "version": "0.1.0" }, "last_serial": 4760906, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4bcd67b34729282af2f652b823c042d2", "sha256": "0fac157de9c6de7b9a55f7cbd10148ccb93a5a8348033b494e293a5651807b1b" }, "downloads": -1, "filename": "rr-cilantro-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4bcd67b34729282af2f652b823c042d2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2327, "upload_time": "2019-01-30T18:15:16", "url": "https://files.pythonhosted.org/packages/f0/12/8c5150b84fc15086c67dfa554309771bb68855517c8604129ab914c0d966/rr-cilantro-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4bcd67b34729282af2f652b823c042d2", "sha256": "0fac157de9c6de7b9a55f7cbd10148ccb93a5a8348033b494e293a5651807b1b" }, "downloads": -1, "filename": "rr-cilantro-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4bcd67b34729282af2f652b823c042d2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2327, "upload_time": "2019-01-30T18:15:16", "url": "https://files.pythonhosted.org/packages/f0/12/8c5150b84fc15086c67dfa554309771bb68855517c8604129ab914c0d966/rr-cilantro-0.1.0.tar.gz" } ] }