bsfs.namespace package#

class bsfs.namespace.Namespace(value: str)#

Bases: URI

The Namespace allows you to incrementally append path segments to an URI.

Segments are separated by Namespace.sep (‘/’). The __call__ method signals that the URI is complete until the query part.

sep: str = '/'#

Submodules#