Metadata-Version: 2.1
Name: sqreen_security_signal_sdk
Version: 0.1.1
Summary: Sqreen Security Signal SDK for Python.
Home-page: https://github.com/sqreen/python-security-signal-sdk
License: UNKNOWN
Author: Sqreen
Author-email: support@sqreen.com
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Requires-Dist: urllib3>=1.25
Requires-Dist: futures; python_version=='2.7'
Requires-Dist: typing; python_version<'3.6'
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: mypy ; extra == "dev"
Requires-Dist: flake8 ; extra == "dev"
Requires-Dist: isort ; extra == "dev"
Requires-Dist: pytest>=4.0.0 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: tox ; extra == "test"
Requires-Dist: freezegun ; extra == "test"
Provides-Extra: dev
Provides-Extra: test

# Sqreen Security Signal SDK for Python

[![PyPI](https://img.shields.io/pypi/v/sqreen_security_signal_sdk.svg)](https://pypi.org/project/sqreen-security-signal-sdk/)
[![Tests](https://github.com/sqreen/python-security-signal-sdk/workflows/Tests/badge.svg)](https://github.com/sqreen/python-security-signal-sdk)
[![codecov](https://codecov.io/gh/sqreen/python-security-signal-sdk/branch/master/graph/badge.svg?token=SABFCU74HF)](https://codecov.io/gh/sqreen/python-security-signal-sdk)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This module is a client for Sqreen's [Ingestion API](https://ingestion.sqreen.com/).

