Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 954 Bytes

File metadata and controls

22 lines (16 loc) · 954 Bytes

Documentation Status PyPI PyPI pyversions

This project is about implementing the Shadowserver API, 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

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

unasyncd