An open API service indexing awesome lists of open source software.

https://github.com/crowdsecurity/python-capi-sdk

A Python SDK to do the heavy lifting of interacting with CrowdSec CAPI.
https://github.com/crowdsecurity/python-capi-sdk

crowdsec python

Last synced: 6 months ago
JSON representation

A Python SDK to do the heavy lifting of interacting with CrowdSec CAPI.

Awesome Lists containing this project

README

          

![CrowdSec Logo](https://raw.githubusercontent.com/crowdsecurity/python-capi-sdk/main/docs/images/logo_crowdsec.png)

# CrowdSec CAPI Python SDK

> A Python SDK to do the heavy lifting of interacting with CAPI.

[![Version](https://img.shields.io/github/v/release/crowdsecurity/python-capi-sdk)](https://github.com/crowdsecurity/python-capi-sdk/releases/)
[![Unit Test](https://github.com/crowdsecurity/python-capi-sdk/actions/workflows/unittests.yml/badge.svg)](https://github.com/crowdsecurity/python-capi-sdk/actions/workflows/unittests.yml)
[![Licence](https://img.shields.io/github/license/crowdsecurity/python-capi-sdk)](https://github.com/crowdsecurity/python-capi-sdk/blob/main/LICENSE)

## Usage

See [User Guide](https://github.com/crowdsecurity/python-capi-sdk/blob/main/docs/USER_GUIDE.md)

See also the [examples](https://github.com/crowdsecurity/python-capi-sdk/blob/main/examples) directory for some basic usage examples.

## Installation

See [Installation Guide](https://github.com/crowdsecurity/python-capi-sdk/blob/main/docs/INSTALLATION_GUIDE.md)

## Developer guide

See [Developer guide](https://github.com/crowdsecurity/python-capi-sdk/blob/main/docs/DEVELOPER.md)

## License

[MIT](https://github.com/crowdsecurity/python-capi-sdk/blob/main/LICENSE)