Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 953 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 953 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.11

Should work on Python version >= 3.8

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