You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

METADATA 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Metadata-Version: 2.1
  2. Name: cozmo
  3. Version: 1.4.10
  4. Summary: SDK for Anki Cozmo, the small robot with the big personality
  5. Home-page: https://developer.anki.com
  6. Author: Anki, Inc
  7. Author-email: developer@anki.com
  8. License: Apache License, Version 2.0
  9. Keywords: anki,cozmo,robot,robotics,sdk
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Intended Audience :: Developers
  13. Classifier: Topic :: Software Development :: Libraries
  14. Classifier: License :: OSI Approved :: Apache Software License
  15. Classifier: Programming Language :: Python :: 3.5
  16. Requires-Dist: cozmoclad (==3.4.0)
  17. Provides-Extra: 3dviewer
  18. Requires-Dist: PyOpenGL (>=3.1) ; extra == '3dviewer'
  19. Requires-Dist: Pillow (>=3.3) ; extra == '3dviewer'
  20. Requires-Dist: numpy (>=1.11) ; extra == '3dviewer'
  21. Provides-Extra: camera
  22. Requires-Dist: Pillow (>=3.3) ; extra == 'camera'
  23. Requires-Dist: numpy (>=1.11) ; extra == 'camera'
  24. Provides-Extra: test
  25. Requires-Dist: tox ; extra == 'test'
  26. Requires-Dist: pytest ; extra == 'test'
  27. The Cozmo SDK is a flexible vision-based robotics platform used in enterprise, education, and entertainment.
  28. Cozmo’s pioneering combination of advanced robotics hardware and software are part of what make him an innovative consumer experience. But it’s also what makes him, in conjunction with the Cozmo SDK, a groundbreaking robotics platform that’s expressive, engaging, and entertaining.
  29. We built the Cozmo SDK to be robust enough for enterprise and research, but simple enough for anyone with a bit of technical know-how to tap into our sophisticated robotics and AI technologies. Organizations and institutions using the Cozmo SDK include SAP, Oracle, Carnegie Mellon University, and Georgia Tech. Find out more at developer.anki.com
  30. Cozmo SDK documentation: http://cozmosdk.anki.com/docs/
  31. Official developer forum: https://forums.anki.com/
  32. Requirements:
  33. * Python 3.5.1 or later