Metadata-Version: 2.4
Name: crczp-aws-lib
Version: 1.0.3
Summary: Cyberrangecz platform AWS Driver Python lib
Project-URL: GitHub, https://github.com/cyberrangecz/backend-aws-lib
Author-email: Juraj Paluba <4492988@mail.muni.cz>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: boto3>=1.38.40
Requires-Dist: crczp-python-commons<3.0,>=1.0.1
Requires-Dist: jinja2>=3.1.3
Requires-Dist: pyyaml>=6.0.2
Description-Content-Type: text/markdown

# cyberrangecz-aws-lib

Python library that serves as AWS driver for the sandbox-service (the Django microservice).
It is meant to be an installable component, not stand-alone library.

It implements the
[CyberrangeczCloudClientBase](https://github.com/cyberrangecz/backend-aws-lib)
interface. The interface allows seemless integration to the Cyberrangecz platform environment.

## Communication with AWS API
The library utilizes Boto3 library for communication with AWS API. Boto3 implements multiple clients,
each serving its own AWS Service.

## Contents
This library contains:
 * **crczp/aws_driver** -- the implementation of the library
 * **pyproject.toml** -- metadata of the library
