Metadata-Version: 2.1
Name: wirepod_vector_sdk
Version: 0.8.0
Summary: The Vector SDK is a connected vision- and character-based robotics platform for everyone.
Home-page: https://github.com/kercre123/wirepod-vector-python-sdk
Author: Anki, Inc
Author-email: developer@anki.com
License: Apache License, Version 2.0
Keywords: anki,wire,pod,wire-pod,vector,robot,robotics,sdk,ai,vision
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.11
License-File: LICENSE.txt
Requires-Dist: aiogrpc >=1.4
Requires-Dist: cryptography
Requires-Dist: flask
Requires-Dist: googleapis-common-protos
Requires-Dist: numpy >=1.11
Requires-Dist: Pillow >=3.3
Requires-Dist: requests
Provides-Extra: 3dviewer
Requires-Dist: PyOpenGL >=3.1 ; extra == '3dviewer'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
Provides-Extra: experimental
Requires-Dist: keras ; extra == 'experimental'
Requires-Dist: scikit-learn ; extra == 'experimental'
Requires-Dist: scipy ; extra == 'experimental'
Requires-Dist: tensorflow ; extra == 'experimental'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: requests ; extra == 'test'
Requires-Dist: requests-toolbelt ; extra == 'test'


Anki/DDL Vector - Python SDK:
    by cyb3rdog

## With support for Production, wire-pod and OSKR robots! ##
This is the extended fork of the original Anki Vector Python SDK.

For more information, please visit the project Github site: https://github.com/cyb3rdog/vector-python-sdk

The Vector SDK gives you direct access to Vector's unprecedented set of advanced sensors, AI capabilities, and robotics technologies including computer vision, intelligent mapping and navigation, and a groundbreaking collection of expressive animations.

It's powerful but easy to use, complex but not complicated, and versatile enough to be used across a wide range of domains including enterprise, research, and entertainment. Find out more at https://developer.anki.com

Vector SDK documentation: https://developer.anki.com/vector/docs/

Official developer forum: https://forums.anki.com/

Requirements:
    * Python 3.7
    * Python 3.8
    * Python 3.9
    * Python 3.10
    * Python 3.11
