Metadata-Version: 2.1
Name: file-tree
Version: 0.3.5
Summary: Describe structure directory for pipeline
Home-page: https://git.fmrib.ox.ac.uk/ndcn0236/file-tree
Author: Michiel Cottaar
Author-email: MichielCottaar@protonmail.com
License: MIT
Project-URL: Documentation, https://open.win.ox.ac.uk/pages/ndcn0236/file-tree/
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: pandas
Requires-Dist: parse

Framework to represent structured directories in python as FileTree objects. FileTrees can be read in from simple text files describing the directory structure. This is particularly useful for pipelines with large number of input, output, and intermediate files. It can also be used to visualise the data in structured directories using fsleyes.

- General documentation: https://open.win.ox.ac.uk/pages/ndcn0236/file-tree/
- FSLeyes documentation on using FileTrees: https://users.fmrib.ox.ac.uk/~paulmc/fsleyes/userdoc/latest/filetree.html

