{ "info": { "author": "Eduardo Feo-Flushing", "author_email": "efeoflus@andrew.cmu.edu", "bugtrack_url": null, "classifiers": [], "description": "===========\neasy_cozmo\n===========\n\neasy_cozmo provides a bunch of python wrappers for Anki Cozmo's SDK. You might\nfind it most useful for educational tasks involving students with little CS\nbackground. This library was created for a series of workshops for high shool\nstudents in Qatar. The code has been used by over 1,000 students over one year.\nTypical usage often looks like this::\n\n \"\"\"\n Makes cozmo saying \"hello world\"\n \"\"\"\n\n from easy_cozmo import *\n\n def cozmo_program():\n \tsay(\"Hello world\")\n\n run_program_with_viewer(cozmo_program)\n\n\nDocumentation\n===============\n\n\n`Take a look at the documentation `_.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/easy_cozmo", "keywords": "", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "easy-cozmo", "package_url": "https://pypi.org/project/easy-cozmo/", "platform": "", "project_url": "https://pypi.org/project/easy-cozmo/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/easy_cozmo" }, "release_url": "https://pypi.org/project/easy-cozmo/1.0.0/", "requires_dist": [ "numpy (>=1.12)", "cozmo (>=1.4.4)", "opencv-python (>=3.1)" ], "requires_python": "", "summary": "Useful python wrappers for Cozmo SDK.", "version": "1.0.0" }, "last_serial": 5703434, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d4951a9229f6824ea48091531be3baa7", "sha256": "637d876532b52da37d75d75564c73354f05f40c6f587671aceb564f2168dee82" }, "downloads": -1, "filename": "easy_cozmo-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d4951a9229f6824ea48091531be3baa7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 27645, "upload_time": "2019-08-20T13:45:40", "url": "https://files.pythonhosted.org/packages/4a/2f/8c723a7726caaf995728020f12246d6c13271d0dd734092791e5a044a9e7/easy_cozmo-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4bdcddf4cec6b7d01a6000e9ccdd6225", "sha256": "4b66b97ec3a27408ad7637658632201544abee083c5baaded2b32ba2e57e7085" }, "downloads": -1, "filename": "easy_cozmo-1.0.0.tar.gz", "has_sig": false, "md5_digest": "4bdcddf4cec6b7d01a6000e9ccdd6225", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18472, "upload_time": "2019-08-20T13:45:43", "url": "https://files.pythonhosted.org/packages/56/d3/e1ffe74ee502e365404a27d40c6a0bc400241350c81db328b62f06b9057a/easy_cozmo-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d4951a9229f6824ea48091531be3baa7", "sha256": "637d876532b52da37d75d75564c73354f05f40c6f587671aceb564f2168dee82" }, "downloads": -1, "filename": "easy_cozmo-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d4951a9229f6824ea48091531be3baa7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 27645, "upload_time": "2019-08-20T13:45:40", "url": "https://files.pythonhosted.org/packages/4a/2f/8c723a7726caaf995728020f12246d6c13271d0dd734092791e5a044a9e7/easy_cozmo-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4bdcddf4cec6b7d01a6000e9ccdd6225", "sha256": "4b66b97ec3a27408ad7637658632201544abee083c5baaded2b32ba2e57e7085" }, "downloads": -1, "filename": "easy_cozmo-1.0.0.tar.gz", "has_sig": false, "md5_digest": "4bdcddf4cec6b7d01a6000e9ccdd6225", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18472, "upload_time": "2019-08-20T13:45:43", "url": "https://files.pythonhosted.org/packages/56/d3/e1ffe74ee502e365404a27d40c6a0bc400241350c81db328b62f06b9057a/easy_cozmo-1.0.0.tar.gz" } ] }