Package for creating, editing, and reading folder tree diagrams.
Project Links
Meta
Author: Tom Earnest
Classifiers
seedir
A Python package for creating, editing, and reading folder tree diagrams.
Photo by Adam Kring.
>>> import seedir as sd
>>> sd.seedir(style='lines', itemlimit=10, depthlimit=2, exclude_folders='.git')
seedir/
├─.gitattributes
├─.gitignore
├─.ipynb_checkpoints/
│ └─examples-checkpoint.ipynb
├─build/
│ ├─bdist.win-amd64/
│ └─lib/
├─CHANGELOG.md
├─dist/
│ └─seedir-0.1.4-py3-none-any.whl
├─docs/
│ ├─exampledir/
│ ├─gettingstarted.md
│ ├─seedir/
│ └─templates/
├─img/
│ ├─pun.jpg
│ ├─seedir_diagram.png
│ └─seedir_diagram.pptx
├─LICENSE
└─MANIFEST.in
Installation
Available with pip
:
pip install seedir
To make use of the 'emoji' style, install emoji (pip install emoji
) or use pip install seedir[emoji]
.
Usage
See the API documentation (generated with pdoc3).
License
Open source under MIT.
Jun 04, 2025
0.5.1
Jun 25, 2024
0.5.0
Dec 13, 2022
0.4.2
Oct 31, 2022
0.4.0
Jun 18, 2022
0.3.1
Dec 21, 2021
0.3.0
May 25, 2021
0.2.0
Mar 02, 2021
0.1.4
Dec 31, 2020
0.1.3
Nov 28, 2020
0.1.2
Sep 27, 2020
0.1.1
Sep 27, 2020
0.1