Metadata-Version: 1.1
Name: cozmo
Version: 1.2.0
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
Description-Content-Type: UNKNOWN
Description: 
        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
            * PyOpenGL-accelerate
            * Pillow
        
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
