Skip to main content

Package for creating, editing, and reading folder tree diagrams.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seedir-0.4.2.tar.gz (3.1 MB view hashes)

Uploaded Source

Built Distribution

seedir-0.4.2-py3-none-any.whl (111.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page