Metadata-Version: 2.1
Name: satsure-cloud-utils
Version: 0.0.24
Summary: A package to navigate SatSure Cloud infrastructure
Home-page: UNKNOWN
Author: Rehan
Author-email: rehan@satsure.co
License: UNKNOWN
Project-URL: Documentation, https://docs-satsure-cloud-utils.netlify.app/
Description: ![](https://img.shields.io/badge/Build-passing-brightgreen)
        ![Python](https://img.shields.io/badge/Python%20-%2314354C.svg?logo=python&logoColor=white)
        ![AWS](https://img.shields.io/badge/Amazon_AWS-232F3E?logo=amazon-aws&logoColor=yellow)
        
        
        
        The **satsure_cloud_utils** is a python package that contains all the functionality to browse and navigate AWS infrastrucure used in SatSure.
        
        ###  Installation
        
        ```
        $ pip install satsure_cloud_utils  
        ```
        
        ### Usage
        
        ```
        >> from satsure_cloud_utils import GetS3Handler
        >> s3_handler = GetS3Handler(config_file_path="<config-file-path>")
        >> output = s3_handler.list_buckets()
        >> print(output)
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
