asciitree icon indicating copy to clipboard operation
asciitree copied to clipboard

+-- ASCII Trees.

Results 8 asciitree issues
Sort by recently updated
recently updated
newest added

Thanks for this useful library! I'm just filing this issue to collect interest in having wheels for this library.

Hi, I would love to run the test suite while building packages for openSUSE distro. It would be the easiest if the ``tests/`` directory was also packaged in the distribution...

I was thinking of using `asciitree` to represent arithmetic expressions as trees, eg `(2 * 2)`: ``` * +-- 2 +-- 2 ``` But this seems not to work, because...

In some contexts it might be desired to use a non-breaking space (U+00A0) or some other larger space character rather than the "ordinary" spaces the library currently uses. The best...

Closes https://github.com/mbr/asciitree/issues/10 Adds `first_child_head` and `first_child_tail` to `Style` and implements them in a compatible way for `BoxStyle`. Updates `LeftAligned` to handle the first child with these special methods.

Would be nice if there was a way to check if a child will have children or not through some mechanism in `Style`. Not entirely sure what that would be...

In the event that one needs to customize how the first child appears, it would be nice to have `first_child_head` and `first_child_tail`. Also would be nice if `LeftAligned` handled the...

Hi! This would be nice for downstream re-packagers of this (awesome) lib, like Linux distros. We like to pull down the tarball from PyPI just like everybody else, but then...