Source: python-seedir Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Andrey Rakhmatullin Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-natsort , python3-setuptools, Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-seedir Vcs-Git: https://salsa.debian.org/python-team/packages/python-seedir.git Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/earnestt1234/seedir Rules-Requires-Root: no Package: python3-seedir Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Suggests: python3-emoji Description: Package for creating, editing, and reading folder tree diagrams The general logic of seedir is based on representing directories in 3 different forms: real directories on a computer, text diagrams of directories, and "fake directories" (manipulable Python folder objects). seedir provides tools for going in between these formats.