Skip to content

SE-Sustainability-OSS/ecodev-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecodev-cloud

Coverage Publish Package version

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!