seedir
Package for creating, editing, and reading folder tree diagrams.
What it is and what it does
seedir is a utility for generating visual representations of folder hierarchies as ASCII tree diagrams. It wraps filesystem traversal with formatting options—you call a single function and get a styled tree output that you can customize by depth, item count, and folder exclusion patterns.
The package depends only on natsort for natural sorting of directory entries. It's designed for quick inspection of directory structures in scripts, documentation, or terminal output, with support for different visual styles (lines, boxes, emoji with optional dependency). The aging maintenance status suggests the core functionality is stable but not actively developed.
Use it for:
- Generate folder structure diagrams for documentation or README files
- Inspect directory layouts in scripts without external tools
- Create visual tree output for project structure reporting
- Limit tree depth and item count to avoid overwhelming output on large directories
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Generates ASCII tree diagrams of folder structures with customizable styling, depth limits, and filtering options.
Yes. Low install friction, permissive MIT license, no known vulnerabilities, and a stable single dependency make this a safe choice for anyone needing quick folder tree visualization. The aging maintenance is not a blocker since the core feature is straightforward and unlikely to break.
Install
seedir on PyPI
pip
pip install seediruv
uv add seedirpoetry
poetry add seedirInstalling seedir
Before you install
Low friction install with a single runtime dependency (natsort). Repository shows ongoing maintenance with a recent commit in June 2025, though the package is aging relative to its first release in 2020.
License in practice
MIT license permits commercial and private use with minimal restrictions; you may use, modify, and distribute this package freely provided you include the license notice.
Quickstart
pip install seedir
import seedir as sd
sd.seedir(style='lines', itemlimit=10, depthlimit=2)
Verify before relying
- Whether the 'emoji' style mentioned in docs is available by default or requires the optional emoji dependency
- Specific Python version compatibility (requires_python is unspecified in metadata)
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — natsort |
| Maintenance | aging — 436 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 462,893/month — #6,523 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: seedir-0.5.1-py3-none-any.whl
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pystructurizrPyStructurizr provides a Python DSL for…
permissive · top 15,000 on PyPI
asciitreeRenders tree data structures as formatted ASCII…
permissive · top 5,000 on PyPI
diagramsDiagrams lets you draw cloud system…
permissive · top 5,000 on PyPI
asciidagRenders directed acyclic graphs as ASCII art in…
copyleft · top 15,000 on PyPI
treetableRenders nested data structures as formatted…
permissive · top 15,000 on PyPI
schemdrawSchemdraw generates high-quality electrical…
permissive · top 15,000 on PyPI
imgvizimgviz provides image visualization utilities…
permissive · top 15,000 on PyPI
ascii-colorsUnified terminal UI library providing colored…
permissive · top 15,000 on PyPI
asciichartpyRenders line charts as ASCII art in the console…
permissive · top 15,000 on PyPI
Flask-AutoIndexFlask-AutoIndex generates directory listing…
permissive · top 15,000 on PyPI