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.1.tar.gz
(116.4 kB
view details)
Built Distribution
seedir-0.5.1-py3-none-any.whl
(114.0 kB
view details)
File details
Details for the file seedir-0.5.1.tar.gz
.
File metadata
- Download URL: seedir-0.5.1.tar.gz
- Upload date:
- Size: 116.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9fb82a6133f92a711bb2d46b2a142f56712e242a4fc03fef2fea9418d307efe2
|
|
MD5 |
68ffc4ca54d10cf2cb24f328f0d510cf
|
|
BLAKE2b-256 |
1fcf52840f80bf568870e5385aedcd7a902feadcc1a11cbe7b168986d93fed6a
|
File details
Details for the file seedir-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: seedir-0.5.1-py3-none-any.whl
- Upload date:
- Size: 114.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
76ba4e6c9d85930166fa127b31efcbf8ccb471ed38624e728f4eb22e47e7b1a4
|
|
MD5 |
18c784cca6fe0ecb296ba05348f91078
|
|
BLAKE2b-256 |
7e6ef6e510f8ee4171b5b9cf2321094b74722a39d6d2e19b0bfea57f7b974a56
|