Metadata-Version: 2.4
Name: crowdsec_tracker_api
Version: 1.108.1
Summary: This is the API to manage Crowdsec Live Exploit Tracker service
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[email,timezone]<3.0.0,>=2.5.0
Dynamic: license-file

# crowdsec_tracker_api

**crowdsec_tracker_api** is a Python SDK for the [CrowdSec Tracker API](https://docs.crowdsec.net/u/tracker_api/intro/).
This library enables you to manage CrowdSec Live Exploit Tracker resources such as CVEs data, IPs from a specific CVE and manage integrations.

## Installation

```bash
pip install crowdsec_tracker_api
```

## Usage

You can follow this [documentation](https://docs.crowdsec.net/u/tracker_api/intro/) to see the basic usage of the SDK.

## Documentation
You can access the full usage documentation [here](https://github.com/crowdsecurity/crowdsec-tracker-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.
