├── LICENSE ├── README.md ├── requirements.txt └── updatetree.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artemyk/zot-attachmenttree/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artemyk/zot-attachmenttree/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pandas 2 | tendo 3 | numpy 4 | psutil 5 | -------------------------------------------------------------------------------- /updatetree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artemyk/zot-attachmenttree/HEAD/updatetree.py --------------------------------------------------------------------------------