Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 837 Bytes

api_filesystem.rst

File metadata and controls

38 lines (29 loc) · 837 Bytes

Filesystem manipulation

The components of datreant documented here are those designed for working directly with filesystem objects, namely directories and files.

Tree

The class datreant.Tree is an interface to a directory in the filesystem.

datreant.Tree

Leaf

The class datreant.Leaf is an interface to a file in the filesystem.

datreant.Leaf

View

The class datreant.View is an ordered set of Trees and Leaves. It allows for convenient operations on its members as a collective, as well as providing mechanisms for filtering and subselection.

datreant.View