Metadata-Version: 2.1
Name: ec2map
Version: 1.0.8
Summary: Ec2 proxy and mapping implementation
Author-email: BST Labs <bstlabs@caios.io>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: boto3>=1.22.10
Requires-Dist: botocore>=1.25.10
Requires-Dist: instances-map-abc>=1.0.1
Requires-Dist: jmespath>=1.0.0
Requires-Dist: pyjdict>=1.0.6
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: s3transfer>=0.5.2
Requires-Dist: six>=1.16.0
Requires-Dist: testresources>=2.0.1
Requires-Dist: urllib3>=1.26.9
Requires-Dist: black >=22.3.0 ; extra == "dev"
Requires-Dist: pylint >=2.12.2 ; extra == "dev"
Requires-Dist: isort >=5.9.3 ; extra == "dev"
Requires-Dist: autoflake >=1.4 ; extra == "dev"
Requires-Dist: flake8 >=4.0.1 ; extra == "dev"
Requires-Dist: pre-commit >=2.17.0 ; extra == "dev"
Requires-Dist: mkdocs-material >=8.1.2 ; extra == "doc"
Project-URL: Home, https://github.com/bstlabs/py-vm-instance-aws
Project-URL: Source, https://github.com/bstlabs/py-vm-instance-aws
Provides-Extra: dev
Provides-Extra: doc

# AWS Instance Mapping library

This library is intended to help using AWS EC2 instances in a more developer friendly manner.

[ec2map](https://github.com/BstLabs/py-vm-instance-aws) was developed by [BST LABS](https://github.com/BstLabs/) as an open source generic infrastructure foundation for the cloud version of Python run-time within the scope of the [Cloud AI Operating System (CAIOS)](http://caios.io) project.

## Installation

To use it in your projects you need to install it via `pip3`

```bash
pip3 install ec2map
```

## Usage

```python
from ec2instances.ec2_instance_mapping import Ec2RemoteShellMapping
from ec2instances.ec2_instance_proxy import Ec2InstanceProxy, Ec2RemoteShellProxy
```

## License

MIT License, Copyright (c) 2021-2022 BST LABS. See [LICENSE](https://github.com/BstLabs/py-vm-instance-aws/LICENSE.md) file.

