Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'tree': 0.05; 'friend.': 0.07; 'library?': 0.09; 'escribi\xc3\xb3:': 0.16; 'from:addr:ricaraoz': 0.16; 'reedy': 0.16; 'subject:library': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'header:User-Agent:1': 0.23; "i've": 0.25; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'wondering': 0.29; "i'm": 0.30; 'gather': 0.31; 'says': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'list.': 0.37; 'message-id:@gmail.com': 0.38; 'tools,': 0.38; 'to:addr :python-list': 0.38; 'pm,': 0.38; 'previous': 0.38; 'to:addr:python.org': 0.39; 'around.': 0.60; 'from:charset:utf-8': 0.61; 'obvious': 0.74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=5QklPtfsoWqXxehR+Vj86NlP8Dg1lvC4tcrc033hXbQ=; b=UwnYsgzkGmelAFJgtvP2Z1MjOSfjtnUWF3rB04mXM3t11ApC4y4JsWm+tblCSCtKXU ReH/nJYCdtc2POidc5si+3h6Z3wTAuoMlGyyfxLkAydM2LBmfcgzaxL63//sZwQY/EXS NEeHOTlkt+Br8QIRtxRWLzigS25vsgcrB1Kmp/Am0YpnOPtfGnppMY62lRzKTR8CDFuU j7cUeKtl25q8N9SbzeIorBOgD94rfxYQVJwbkhAwpck1TOOEzmqMn8N0IXMpda1paXnr gfVZ0xhmEpyZtbdHd+cyb9DCnfTthpdBgoyPA44NEHeYlUDxY/uTncgYBXwk4CbWug8b K5iw== X-Received: by 10.236.197.70 with SMTP id s46mr80152yhn.154.1386885673996; Thu, 12 Dec 2013 14:01:13 -0800 (PST) Date: Thu, 12 Dec 2013 19:01:12 -0300 From: =?UTF-8?B?UmljYXJkbyBBcsOhb3o=?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Tree library - multiple children References: <52A9FD0A.9080804@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386885682 news.xs4all.nl 2865 [2001:888:2000:d::a6]:52856 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61764 El 12/12/13 15:56, Terry Reedy escribió: > On 12/12/2013 1:14 PM, Ricardo Aráoz wrote: >> I need to use a tree structure. Is there a good and known library? > > Search tools, both for the web and on pypi.python.org, are your friend. > I thought it was obvious that I've already looked around. I'm using treelib right now but as my post says I was wondering if there was "a good and known library". I wanted to gather the previous experience of members of the list.