Metadata-Version: 2.4
Name: amapy-plugin-gcs
Version: 1.1.0
Summary: The GCS plugin for the ama project.
Author-email: Swarup Mahanti <swarup.mahanti@roche.com>
Maintainer-email: Swarup Mahanti <swarup.mahanti@roche.com>
License: Copyright (c) 2024 Roche Diagnostics Computation Science & Informatics
Requires-Python: <3.13,>=3.12
Description-Content-Type: text/markdown
Requires-Dist: amapy-contents==1.1.*
Requires-Dist: amapy-pluggy==1.1.*
Requires-Dist: amapy-utils==1.1.*
Requires-Dist: backoff==2.2.*
Requires-Dist: chardet==5.2.*
Requires-Dist: gcloud-aio-storage==9.4.*
Requires-Dist: google-cloud-storage==3.0.*
Provides-Extra: test
Requires-Dist: cloud-storage-mocker==0.3.*; extra == "test"

# amapy-plugin-gcs

The GCS plugin for the ama project. It provides functionalities
to manage and integrate Google Cloud Storage (GCS) within the asset management system.

## Installation

The source code is currently hosted on GitHub at:
https://github.com/Roche-CSI/ama

Binary installers for the latest released version are available at the
[Python Package Index (PyPI)](https://pypi.org/project/amapy-plugin-gcs/)

You can install using [pip](https://pip.pypa.io/en/stable/):

```sh
pip install amapy-plugin-gcs
```

## Supported Python Versions

Python == 3.10

## License

MIT License - see [LICENSE](https://github.com/Roche-CSI/ama/blob/main/LICENSE) for details.
