Metadata-Version: 2.3
Name: crczp-aws-lib
Version: 1.0.1
Summary: Cyberrangecz platform AWS Driver Python lib
License: MIT
Author: Juraj Paluba
Author-email: 492988@mail.muni.cz
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: boto3 (>=1.34.63,<2.0.0)
Requires-Dist: crczp-python-commons (>=1.0.1,<2.0.0)
Requires-Dist: jinja2 (>=3.1.3,<4.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
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

