Module quagmire.tools.cloud
Tools for reading and (potentially) saving meshes to the cloud. This module uses PyFilesystem to access remote resources
https://docs.pyfilesystem.org/en/latest/introduction.html
Expand source code
"""
Tools for reading and (potentially) saving meshes
to the cloud. This module uses PyFilesystem to access
remote resources
https://docs.pyfilesystem.org/en/latest/introduction.html
"""
from .cloud import *
Sub-modules
quagmire.tools.cloud.cloud
-
We use the python filesystem
fs
package to provide simple and similar access patterns for files stored in the cloud …