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
Release history Release notifications | RSS feed
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.5.0.tar.gz
(3.1 MB
view details)
Built Distribution
seedir-0.5.0-py3-none-any.whl
(113.0 kB
view details)
File details
Details for the file seedir-0.5.0.tar.gz
.
File metadata
- Download URL: seedir-0.5.0.tar.gz
- Upload date:
- Size: 3.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6f80f9535b57413100f04933fd269f856aca1d067bccadf3ea3ca98a2fc6fc5 |
|
MD5 | fdf7194a335605a01fcfe7ff14f59dc3 |
|
BLAKE2b-256 | 4684530a5e4abbc0bb195f388b040268e9c81a52f7127cab41a7dbb448087c54 |
File details
Details for the file seedir-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: seedir-0.5.0-py3-none-any.whl
- Upload date:
- Size: 113.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd30221e9a6d92701b6f82cc09285d0c88b16b63a728652c34b3a0bd7363ae68 |
|
MD5 | a2096875545d37d127d96d69b2fb9511 |
|
BLAKE2b-256 | e5b40f5c167f3ab597c693f4c98d3bcaad940cc8a1529ce4029d8e988d0f52da |