Metadata-Version: 2.4
Name: shadowserver_api
Version: 1.0.1
Summary: Shadowserver API implementation library
Project-URL: Homepage, https://github.com/GOVCERT-LU/shadowserver_api
Author-email: Georges Toth <georges.toth@govcert.etat.lu>
License: AGPLv3+
License-File: LICENSE
Keywords: shadowserver
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: httpx
Requires-Dist: pyyaml
Description-Content-Type: text/markdown

[![Documentation Status](https://readthedocs.org/projects/shadowserver-api/badge/)](https://shadowserver-api.readthedocs.io)
[![PyPI](https://badge.fury.io/py/shadowserver-api.svg)](https://badge.fury.io/py/shadowserver_api)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/shadowserver_api.svg)](https://pypi.python.org/pypi/shadowserver-api/)

This project is about implementing the [Shadowserver API](https://www.shadowserver.org/what-we-do/network-reporting/api-documentation/), foremost the reports API, in Python.

Supported and tested Python version: 3.13

Should work on Python version >= 3.10

**Note:** To use this library you must have a valid API key in order to access the API services of Te Shadowserver Foundation.

### Installation
```shell script
pip install shadowserver-api
```

### Developer Notes
The file `api.py` should never be edited directly; instead it can be generated from `async_api.py` with
```shell
unasyncd
```
