Metadata-Version: 2.1
Name: instances-map-abc
Version: 1.0.2
Summary: Base classes for VM interface 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: 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: urllib3>=1.26.9
Requires-Dist: testresources>=2.0.1
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

# py-vm-instance
Base classes for VM interface implementation

[instances-map-abc](https://github.com/BstLabs/py-vm-instance) 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 instances-map-abc
```

## License

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