LICENSE
README.md
pyproject.toml
automation_file_dev.egg-info/PKG-INFO
automation_file_dev.egg-info/SOURCES.txt
automation_file_dev.egg-info/dependency_links.txt
automation_file_dev.egg-info/requires.txt
automation_file_dev.egg-info/top_level.txt
file_automation/__init__.py
file_automation/local/__init__.py
file_automation/local/dir/__init__.py
file_automation/local/dir/dir_process.py
file_automation/local/file/__init__.py
file_automation/local/file/file_process.py
file_automation/local/zip/__init__.py
file_automation/local/zip/zip_process.py
file_automation/remote/__init__.py
file_automation/remote/google_drive/__init__.py
file_automation/remote/google_drive/driver_instance.py
file_automation/remote/google_drive/delete/__init__.py
file_automation/remote/google_drive/delete/delete_manager.py
file_automation/remote/google_drive/dir/__init__.py
file_automation/remote/google_drive/dir/folder_manager.py
file_automation/remote/google_drive/download/__init__.py
file_automation/remote/google_drive/download/download_file.py
file_automation/remote/google_drive/search/__init__.py
file_automation/remote/google_drive/search/search_drive.py
file_automation/remote/google_drive/share/__init__.py
file_automation/remote/google_drive/share/share_file.py
file_automation/remote/google_drive/upload/__init__.py
file_automation/remote/google_drive/upload/upload_to_driver.py
file_automation/utils/__init__.py
file_automation/utils/exception/__init__.py
file_automation/utils/exception/exception_tags.py
file_automation/utils/exception/exceptions.py
file_automation/utils/logging/__init__.py
file_automation/utils/logging/loggin_instance.py