caesar0301 / treelib

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

Restrictions for fork of treelib #86

Closed vovanbo closed 6 years ago

vovanbo commented 6 years ago

Hi!

I've forked treelib and make many significant changes into library (inherit Tree from OrderedDict directly, simplify some methods, drop Python 2 support etc). So, do you have any restrictions for fork in case it will be released as separate lib (ttree) on PyPI? All copyrights and license will be remained.

I don't want to merge my changes into treelib, because of its very subjective. If some of my decisions make sense in treelib, I am ready to create some PRs.

Thank you!

p.s. Link to fork

c0fec0de commented 6 years ago

I rewrote it completly...

https://pypi.python.org/pypi/anytree

Am 06.12.2017 um 10:26 schrieb Vladimir Bolshakov notifications@github.com:

Hi!

I've forked treelib and make many significant changes into library (inherit Tree from OrderedDict directly, simplify some methods, drop Python 2 support etc). So, do you have any restrictions for fork in case it will be released as separate lib (ttree) on PyPI? All copyrights and license will be remained.

I don't want to merge my changes into treelib, because of its very subjective. If some of my decisions make sense in treelib, I am ready to create some PRs.

Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

vovanbo commented 6 years ago

@c0fec0de Thank you for the link! I will discover your implementation.

I just released my fork as ttree on PyPI.