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.
- Host: GitHub
- URL: https://github.com/crowdsecurity/python-capi-sdk
- Owner: crowdsecurity
- License: mit
- Created: 2023-11-20T08:38:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T04:14:34.000Z (10 months ago)
- Last Synced: 2025-03-25T13:51:13.646Z (6 months ago)
- Topics: crowdsec, python
- Language: Python
- Homepage:
- Size: 189 KB
- Stars: 2
- Watchers: 11
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# CrowdSec CAPI Python SDK
> A Python SDK to do the heavy lifting of interacting with CAPI.
[](https://github.com/crowdsecurity/python-capi-sdk/releases/)
[](https://github.com/crowdsecurity/python-capi-sdk/actions/workflows/unittests.yml)
[](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)