Metadata-Version: 2.1
Name: cloudagnosticfass
Version: 0.0.13
Summary: Cloud Agnostic FaaS  Package
Author: Jagruti Sakhare
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: protobuf

# Cloud Agnostic Serverless Function as a Service

Opearations supported with required parameters are given below.

### Storage 
- move_file(cloud, source_bucket, source_object, destination_bucket, destination_object) : Move object from one bucket to another

- delete_file(cloud, source_bucket, source_object) : Delete file from bucket
