Metadata-Version: 2.1
Name: cosecurity-utility-internal-lib
Version: 0.0.17
Summary: Built-in utility library for application development by the CoSecurity infrastructure
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Utility Internal Library
[![PyPI version shields.io](https://img.shields.io/pypi/v/cosecurity-utility-internal-lib.svg)](https://pypi.org/project/cosecurity-utility-internal-lib/) <br>
Library of built-in utilities for developing applications and services that reside within AWS.

## Installation
To use the library it is necessary to have [Python3](https://www.python.org/downloads/) installed on the machine and run the following command:
```bash
python3 -m pip install cosecurity-utility-internal-lib
```
