Metadata-Version: 2.1
Name: matos-aws-provider
Version: 1.0.9
Summary: Python matos aws provider
Author: matos community
Author-email: community@cloudmatos.com
Project-URL: Bug Reports, https://github.com/cloudmatos/matos-aws-provider/issues
Project-URL: Source, https://github.com/cloudmatos/matos-aws-provider
Keywords: aws,cloudsecurity,matos,cloudmatos
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: structlog
Requires-Dist: kubernetes (==21.7.0)
Requires-Dist: botocore (==1.27.61)
Requires-Dist: boto3 (==1.24.61)
Requires-Dist: awscli (==1.25.62)
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

[![Unit Test](https://github.com/cloudmatos/matos-aws-provider/actions/workflows/matos-tox.yml/badge.svg?branch=develop)](https://github.com/cloudmatos/matos-aws-provider/actions/workflows/matos-tox.yml)
[![Pylint](https://github.com/cloudmatos/matos-aws-provider/actions/workflows/matos-pylint.yml/badge.svg?branch=develop)](https://github.com/cloudmatos/matos-aws-provider/actions/workflows/matos-pylint.yml)

# matos-aws-provider

The 'matos-aws-provider' is an open-source python package for developing security tools to identify threats in your Amazon Web Services (AWS) infrastructure. It uses the service providers Cloud SDK to deduce the current state and metadata of the underlying services.

# How to build
1. python -m pip install -U setuptools wheel build
2. python -m build .
