Source code for singlet.io.googleapi

# vim: fdm=indent
# author:     Fabio Zanini
# date:       02/08/17
# content:    Support module for filenames related to the Google Sheet APIs.
# Modules


# Parser
[docs]def parse_samplesheet(sheet): from .samplesheet import SampleSheet return SampleSheet(sheet).get_table(fmt='pandas')