The Incydr SDK is a Python client for interacting with the Code42 Incydr API.
It provides a thin wrapper around the Requests HTTP library with helper clients that model Code42 data and validate requests with the help of Pydantic.
Documentation can be found at https://developer.code42.com.
Table of Contents
Install the Incydr SDK with the following command:
pip install incydr
Use either of the following to install Incydr CLI extension alongside the SDK:
$ pip install 'incydr[cli]'
$ pip install 'incydr[all]'.
For more details see the SDK Documentation and the CLI Documentation.
incydr
is distributed under the terms of the MIT license.