Metadata-Version: 2.0
Name: knuverse-cli
Version: 1.0.8
Summary: Demo of the Knuverse SDK that lets you verify with AudioPIN and AudioPass
Home-page: https://github.com/KnuVerse/knuverse-cli
Author: KnuVerse
Author-email: support@knuverse.com
License: MIT
Keywords: api sdk knuverse cloud voice authentication audiopin audiopass demo
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: colorama
Requires-Dist: knuverse (==1.0.7)
Requires-Dist: pyaudio

# knuverse-cli

This project uses the [Knuverse Python SDK](https://github.com/KnuVerse/knuverse-sdk-python) to demo AudioPIN and AudioPass verifications against the KnuVerse cloud server.

## Quick Start

First, install the knuverse-cli:

### Ubuntu
```sh
$ sudo apt-get install portaudio19-dev
$ pip install knuverse-cli
```

### macOS
```sh
$ brew install portaudio
$ pip install knuverse-cli
```

Then try it out!

![gif](https://i.imgur.com/VfNWWNo.gif)

## Current Features

* AudioPIN and AudioPass verification

## Coming Soon

* Enrollment
* Client creation
* System Setting changes

## Notes

A minimum python version of 2.7.9 is required to work with our version of TLS(>v1.1)

