Skip to content
/ gtree Public

gtree is sort of a python port of node-archy in the sense that it allows you to print npm-style trees but it's a bit more than that.

License

Notifications You must be signed in to change notification settings

nullp0tr/gtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtree

gtree is sort of a python port of node-archy in the sense that it allows you to print npm-style trees but it's a bit more than that.

with gtree you can turn nested objects into nice displayable trees, you have to define a function in your object that returns the object children in a list, and you can add extra attributes of the object that don't have child nodes themselves.

About

gtree is sort of a python port of node-archy in the sense that it allows you to print npm-style trees but it's a bit more than that.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages