Metadata-Version: 2.1
Name: cozmo
Version: 1.4.4
Summary: SDK for Anki Cozmo, the small robot with the big personality
Home-page: https://developer.anki.com/cozmo/
Author: Anki, Inc
Author-email: cozmosdk@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
Provides-Extra: camera
Provides-Extra: test
Provides-Extra: 3dviewer
Requires-Dist: cozmoclad (==2.9.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'


Cozmo, by Anki.

Cozmo is a small robot with a big personality.

This library lets you take command of Cozmo and write programs for him.

Cozmo features:

    * A camera with advanced vision system
    * A robotic lifter
    * Independent tank treads
    * Pivotable head
    * An array of LEDs
    * An accelerometer
    * A gyroscope
    * Cliff detection
    * Face recognition
    * Path planning
    * Animation and behavior systems
    * Power cubes, with LEDs, an accelerometer and tap detection

This SDK provides users with access to take control of Cozmo and write simple
or advanced programs with him.

Requirements:
    * Python 3.5.1 or later

Optional requirements for camera image processing/display:
    * Tkinter (Usually supplied by default with Python)
    * Pillow
    * NumPy

Optional requirements for 3D viewer/visualization:
    * PyOpenGL
    * Pillow


