Skip to main content

Code42's Incydr Python SDK

Project description

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.

This project is currently in BETA and subject to breaking changes prior to the 1.0 release.

Table of Contents

Installation

pip install incydr

Contributing

Install hatch

pip install hatch

Run style checks

hatch run style:check

Run tests with coverage

hatch run test:cov

Serve docs locally

hatch run docs:serve

License

incydr is distributed under the terms of the MIT license.


Getting Started

from incydr import Client
client = Client(url="api-gateway-url.code42.com", api_client_id="key-42", api_client_secret="c42")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

incydr-0.1.0.tar.gz (85.4 kB view hashes)

Uploaded Source

Built Distribution

incydr-0.1.0-py3-none-any.whl (72.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page