https://github.com/crowdsecurity/crowdsec-service-api-sdk-python
Service API Python SDK
https://github.com/crowdsecurity/crowdsec-service-api-sdk-python
Last synced: about 1 year ago
JSON representation
Service API Python SDK
- Host: GitHub
- URL: https://github.com/crowdsecurity/crowdsec-service-api-sdk-python
- Owner: crowdsecurity
- License: mit
- Created: 2024-02-05T16:31:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T15:15:49.000Z (about 1 year ago)
- Last Synced: 2025-04-05T20:33:36.143Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# crowdsec_service_api
**crowdsec_service_api** is a Python SDK for the [CrowdSec Service API](https://docs.crowdsec.net/u/service_api/intro/).
This library enables you to manage CrowdSec resources such as blocklists, integrations in your python applications.
## Installation
```bash
pip install crowdsec_service_api
```
## Usage
You can follow this [documentation](https://docs.crowdsec.net/u/service_api/quickstart/blocklists) to see the basic usage of the SDK.
## Documentation
You can access the full usage documentation [here](https://github.com/crowdsecurity/crowdsec-service-api-sdk-python/tree/main/doc).
## Contributing
This SDK is auto-generated from the API specification. You can open an issue on this repository if you find a bug or if you want to add a feature.