Skip to content

ceciliastevens/incydr_python

 
 

Repository files navigation

Incydr

PyPI - Version PyPI - Python Version Code style: black

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

Installation

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.

License

incydr is distributed under the terms of the MIT license.

About

Incydr Python SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%