Metadata-Version: 2.1
Name: cscapi
Version: 0.5.0
Summary: CrowdSec SDK for CAPI
Home-page: https://github.com/crowdsecurity/python-capi-sdk
Author: CrowdSec
Author-email: core.tech@crowdsec.net
Project-URL: Bug Tracker, https://github.com/crowdsecurity/python-capi-sdk/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sqlalchemy>=1.4
Requires-Dist: python-dateutil
Requires-Dist: httpx==0.26.*
Requires-Dist: dacite
Requires-Dist: importlib-metadata
Requires-Dist: pyjwt
Requires-Dist: more-itertools

![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)
