/duo_client_python

Primary LanguagePythonOtherNOASSERTION

Build Status

Overview

Auth - https://www.duosecurity.com/docs/authapi

Verify - https://www.duosecurity.com/docs/duoverify

Admin - https://www.duosecurity.com/docs/adminapi

Accounts - https://www.duosecurity.com/docs/accountsapi

Installing

Development:

$ git clone https://github.com/duosecurity/duo_client_python.git
$ cd duo_client_python
$ pip install --requirement requirements.txt

System:

$ pip install duo_client

Using

See the examples folder for how to use this library.

Testing

$ nosetests tests/
.......................
----------------------------------------------------------------------
Ran 23 tests in 0.005s

OK