Metadata-Version: 2.4
Name: crowdsec_service_api
Version: 1.69.0
Summary: This is the API to manage Crowdsec services
Author-email: crowdsec <info@crowdsec.net>
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx==0.27.0
Requires-Dist: botocore
Requires-Dist: pydantic<3.0.0,>=2.5.0
Dynamic: license-file

# 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.
