| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Auth - https://www.duosecurity.com/docs/authapi
Admin - https://www.duosecurity.com/docs/adminapi
Accounts - https://www.duosecurity.com/docs/accountsapi
Activity - The activity endpoint is in public preview and subject to change
Duo_client_python supports Python 3.7 and higher
Duo_client_python uses Python's ssl module and OpenSSL for TLS operations. Python versions 3.7 (and higher) have both TLS 1.2 and TLS 1.3 support.
Development:
$ git clone https://github.com/duosecurity/duo_client_python.git $ cd duo_client_python $ virtualenv .env $ source .env/bin/activate $ pip install --requirement requirements.txt $ pip install --requirement requirements-dev.txt $ python setup.py install
System:
Install from PyPi
$ pip install duo-client
See the examples folder for how to use this library.
To run an example query, execute a command like the following from the repo root:
$ python examples/Admin/report_users_and_phones.py
$ nose2 Example: `cd tests/admin && nose2`
$ flake8
| Back | FazBrowse Home | New Git URL |