anytree icon indicating copy to clipboard operation
anytree copied to clipboard

Python tree data library

Results 72 anytree issues
Sort by recently updated
recently updated
newest added

First of all currently `sphinx-build` command shows some warnings because is missing path to `anytree` source tree ```console + /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man Running Sphinx v7.2.6 making...

This pull request adds type annotations to all node types and the abstract iterator.

Add ability to work with anytree as networkx graph. I am not expert, bad case is to generate networkx graph. May be better to make some adapter? Networkx can be...

While using this project in a project of my own, when type checking my project I found that there are no type annotations for this project and therefore the type...

This pull request has the project switch to using ruff instead of pyflakes and handles the slight differences it has. I was considering moving this into another pull request to...

This pull request updates `black` and `isort` and auto-formats everything using the new versions.

https://github.com/c0fec0de/anytree/blob/65a5d09ce0a592a80918f094ec3fa48b7faca250/anytree/exporter/dotexporter.py#L323

👋 I am seeing python2 is not supported, but the codebase still has `six` references. Maybe cleanse the six usage? Thanks! https://github.com/c0fec0de/anytree/blob/65a5d09ce0a592a80918f094ec3fa48b7faca250/pyproject.toml#L21-L26