Metadata-Version: 2.1
Name: cscapi
Version: 0.0.1
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
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. 


## Usage

See 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)
