Root class#

A root is a remote repository that can be subscribed to.

Root(name[, urlbase, user_auth])

A root is a remote repository that can be subscribed to.

Root.__getitem__(path)

Get a file or dataset from the root.

Root.__contains__(path)

Check if a path exists in the root.

Root.__iter__()

Iterate over the files and datasets in the root.

Root.__len__()

Return the number of files in the root.

Root.file_list

A list with the files in this root.

Root.upload(localpath[, dataset])

Upload a local dataset to this root.