MSL-IO API Documentation
The following functions are available to read a file
|
Read a file that has a Reader implemented. |
|
Read data in a table format from a file. |
|
Read an Excel spreadsheet (.xls and .xlsx). |
|
Read a Google Sheets spreadsheet. |
the following classes are available as Writers
|
Create a HDF5 writer. |
|
Create a JSON writer. |
and general helper functions
|
Get the checksum of a file. |
|
Copy a file. |
|
Get information about the |
|
Check if the current process is being run as an administrator. |
|
Check if a directory exists and is accessible. |
|
Check if a file exists and is readable. |
|
Remove all write permissions of a file. |
|
Run a process as an administrator and return its output. |
|
Search for files starting from a root folder. |
|
Send an email. |
Package Structure
- msl.io
- msl.io.base
- msl.io.constants
- msl.io.dataset
- msl.io.dataset_logging
- msl.io.dictionary
- msl.io.google_api
GDriveGDrive.MIME_TYPE_FOLDERGDrive.ROOT_NAMESGDrive.copy()GDrive.create_folder()GDrive.delete()GDrive.download()GDrive.empty_trash()GDrive.file_id()GDrive.folder_id()GDrive.is_file()GDrive.is_folder()GDrive.is_read_only()GDrive.move()GDrive.path()GDrive.read_only()GDrive.rename()GDrive.shared_drives()GDrive.upload()
GMailGSheetsGoogleAPIGValueOptionGDateTimeOptionGCellTypeGCell
- msl.io.group
GroupGroup.add_dataset()Group.add_dataset_logging()Group.add_group()Group.ancestors()Group.create_dataset()Group.create_dataset_logging()Group.create_group()Group.datasets()Group.descendants()Group.groups()Group.is_dataset()Group.is_dataset_logging()Group.is_group()Group.remove()Group.require_dataset()Group.require_dataset_logging()Group.require_group()
- msl.io.metadata
- msl.io.tables
- msl.io.utils
- msl.io.vertex
- msl.io.readers
- msl.io.writers