caesar0301 / treelib

An efficient implementation of tree data structure in python 2/3.
http://treelib.readthedocs.io/en/latest/
Other
802 stars 185 forks source link

setup.py / PyPI #5

Closed dbrgn closed 11 years ago

dbrgn commented 11 years ago

Would be great if you could add a setup.py file and upload the project to PyPi.

Note that there already is a project on PyPI with the name pyTree: https://pypi.python.org/pypi/pyTree

caesar0301 commented 11 years ago

I was also considering about this issue some time ago, but finally quit with name conflict. Ha~~ What about the library of tree in python, ltree for short? Do u have any suggestion?

dbrgn commented 11 years ago

Maybe treelib, libtree, arbol (spanish for "tree"), baum (german for "tree"), arbor (latin for "tree")...

caesar0301 commented 11 years ago

I choose the treelib and you can find the package at https://pypi.python.org/pypi/treelib

dbrgn commented 11 years ago

Cool, thanks.