easyenvi
  • Easy Environment
  • Local Environment
    • Local initialisation
    • Local Operations
      • easyenvi.local.load
      • easyenvi.local.save
      • easyenvi.local.clear_folder
  • Google Cloud Environment
    • Google Cloud initialisation
    • Google Cloud Storage Operations
      • easyenvi.gcloud.GCS.load
      • easyenvi.gcloud.GCS.save
      • easyenvi.gcloud.GCS.download
      • easyenvi.gcloud.GCS.list_files
    • Big Query Operations
      • easyenvi.gcloud.BQ.load
      • easyenvi.gcloud.BQ.write
      • easyenvi.gcloud.BQ.append
      • easyenvi.gcloud.BQ.query
  • SharePoint Environment
    • SharePoint initialisation
    • SharePoint Operations
      • easyenvi.sharepoint.download
      • easyenvi.sharepoint.upload
      • easyenvi.sharepoint.list_files
      • easyenvi.sharepoint.delete_file
  • extra
    • Customise supported formats
Powered by GitBook
On this page
  1. Local Environment

Local Operations

The local attribute of the EasyEnvironmentinstance allows you to load or save different file types in a single command (.save or .load). Based on the filename extension, the tool will call the function for processing the specified file format.

  • EasyEnvironment.local.load: Load an objet.

  • EasyEnvironment.local.save: Save an objet.

  • EasyEnvironment.local.clear_folder: Clear a local folder.

PreviousLocal initialisationNexteasyenvi.local.load

Last updated 1 year ago