Metadata-Version: 2.1
Name: ecodev-cloud
Version: 0.0.3
Summary: Read/write helpers for disk/aws s3/azure blob storage
License: MIT
Author: Thomas Epelbaum
Author-email: tomepel@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Pydantic
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: azure-storage-blob (>=12,<13)
Requires-Dist: boto3 (>=1,<2)
Requires-Dist: ecodev-core (>=0,<1)
Requires-Dist: fiona (==1.8.22)
Requires-Dist: gdal (==3.6.2)
Requires-Dist: netcdf4 (>=1,<2)
Requires-Dist: shapely (>=2,<3)
Requires-Dist: typing-extensions (>=4,<5)
Requires-Dist: xlsxwriter (>=3,<4)
Description-Content-Type: text/markdown

# ecodev-cloud

<p align="center">
<a href="https://github.com/FR-PAR-ECOACT/ecodev-cloud/actions" target="_blank">
    <img src="https://github.com/FR-PAR-ECOACT/ecodev-cloud/blob/main/badges/coverage.svg" alt="Coverage">
</a>
<a href="https://github.com/FR-PAR-ECOACT/ecodev-cloud/actions" target="_blank">
    <img src="https://github.com/FR-PAR-ECOACT/ecodev-cloud/blob/main/badges/pylint.svg" alt="Publish">
</a>
<a href="https://github.com/FR-PAR-ECOACT/ecodev-cloud/actions/workflows/code-quality.yml/badge.svg" target="_blank">
    <img src="https://github.com/FR-PAR-ECOACT/ecodev-cloud/actions/workflows/code-quality.yml/badge.svg" alt="Package version">
</a>
</p>

Read/write helpers for disk/aws s3/azure blob storage

## Installation of this package

You are strongly encouraged to install this package via Docker.

Starting from a project with a Docker file:
* add the module ecodev-cloud in the `requirements.txt` file
* make sure the `.env` file includes all required fields (see documentation)
* build the new version of the Docker container (typically `docker build --tag xxx .`)
* run it with docker compose (`dc up -d`).

## Documentation

Please find it in the [associated mkdoc website!](https://ecodev-doc.lcabox.com/)

