2019-04-28 11:16:27 +02:00

43 lines
1.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Metadata-Version: 2.1
Name: cozmo
Version: 1.4.10
Summary: SDK for Anki Cozmo, the small robot with the big personality
Home-page: https://developer.anki.com
Author: Anki, Inc
Author-email: developer@anki.com
License: Apache License, Version 2.0
Keywords: anki,cozmo,robot,robotics,sdk
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: cozmoclad (==3.4.0)
Provides-Extra: 3dviewer
Requires-Dist: PyOpenGL (>=3.1) ; extra == '3dviewer'
Requires-Dist: Pillow (>=3.3) ; extra == '3dviewer'
Requires-Dist: numpy (>=1.11) ; extra == '3dviewer'
Provides-Extra: camera
Requires-Dist: Pillow (>=3.3) ; extra == 'camera'
Requires-Dist: numpy (>=1.11) ; extra == 'camera'
Provides-Extra: test
Requires-Dist: tox ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
The Cozmo SDK is a flexible vision-based robotics platform used in enterprise, education, and entertainment.
Cozmos pioneering combination of advanced robotics hardware and software are part of what make him an innovative consumer experience. But its also what makes him, in conjunction with the Cozmo SDK, a groundbreaking robotics platform thats expressive, engaging, and entertaining.
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
Cozmo SDK documentation: http://cozmosdk.anki.com/docs/
Official developer forum: https://forums.anki.com/
Requirements:
* Python 3.5.1 or later