nbox.relics.base
Classes
classBaseStore
[source]functionput
[source]Puts whatever you have at local_path to the same path in the store
functionput_object
[source]Convinience function for putting a python object in the store
functionput_to
[source]like put but with a different remote path
functionlist_files
[source]list all files in this relic
functionhas
[source]check if this file exists in this relic
functionget
[source]gets the put-ed file from the store to local_path
functionget_object
[source]Convinience function for getting a python object from the store
functionget_from
[source]like get but with a different remote path
functionrm
[source]delete this file in this relic, should not have side efects, meaning relic should only delete the file in the areas of its control. ex: If a file is put
on relics, deleting it should not delete the file locally.
functiondelete
[source]delete the relic