Metadata-Version: 2.1
Name: vLifeCloudApi
Version: 0.0.1
Summary: vLife Support API for AWS Service
Author: Gopinath Muthusamy
Author-email: gopinathmu@virtusa.com
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.txt
Requires-Dist: boto3
Requires-Dist: numpy

## Installation Process: 

`LINUX`

#### Method 1:

* Copy the egg file link in `Download files` tab
```
python3 -m easy_install <Download Link of Egg file>
```


## Usage

#### For Method 1: 

```
from awsService import comprehend

detect_entities(bucketName='datachef-2.0', fileKey='comprehend/comprehend.txt', fileType='S3')

```
