Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.039 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'python': 0.07; 'from:addr:yahoo.ca': 0.09; 'pywin32': 0.09; 'subject:python': 0.15; 'filename,': 0.16; 'from:addr:cesium5500': 0.16; 'received:bf1.yahoo.com': 0.16; 'received:mail.bf1.yahoo.com': 0.16; 'summary,': 0.16; 'subject:Question': 0.16; 'location,': 0.23; 'testing,': 0.23; 'thanks': 0.29; 'received:192.168.2': 0.29; 'to:addr:python-list': 0.32; 'received:192': 0.34; 'there': 0.35; 'file': 0.35; 'header:User-Agent:1': 0.35; 'hello,': 0.36; 'received:192.168': 0.37; 'files': 0.38; 'software': 0.38; 'database': 0.38; 'size,': 0.39; 'to:addr:python.org': 0.39; 'could': 0.39; 'solution': 0.40; 'would': 0.40; 'from:no real name:2**0': 0.60; 'dedicated': 0.66; 'subject:about': 0.66; 'lan.': 0.84; 'metadata': 0.84 X-Yahoo-Newman-Id: 705231.84122.bm@omp1044.mail.bf1.yahoo.com DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=DKIM-Signature:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=4dPChYh7/V76SSBvw8/+l3KJ81t2PtV8QAvM4vF9xWiVmhM1m/4gMbaqDcmOupwzIoOI2aQugNfiTLAg7TejWlbX7+WLeKpU1pZLIeUFAYKyohshdXIV2u5HByNgNk/kY95r6CeVuY2rNxtUnWNWLa1qdMItQrqG2VqvtQdEToQ= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1305385905; bh=JUNyw4hBXBrtlopAJowr4iqbUrhB3cIZUkiDykqDIzw=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=hNod8OO8w0lpNkzLFvxs/bqy5/wLbnGYGQvo04yO3Tov7u85H9Ot3Eae+FhzhXey/o4boMnZmK3KvaBVZRuPsNEL37HpjMy9QoZ4BL1YRhZyfPlwbAkB9z59x+SvRB8YU1XT6EdJkDFMJW4axNvxAhV6GrV0nX0g212AdlJHvm8= X-Yahoo-SMTP: KgYEt6.swBByfI2qlqL3rUFaQ2nmPms- X-YMail-OSG: DoZQJ.8VM1koCU54Fi6hkgMpnkXBLs8bLQ8ekWcNcNGNtBg zjDIwwCaClfJR4rXGmUXNHEmaI2Rasb8LzzpYKwGY_WYVVDoOJbREjK4ICW1 ssVJ6bVcbA7hiQp4G38M4usFsF3pcAajDK1L8G7j3R.FEW3.P6YNY8zr3.OU 7VDyXUWW3FQh_a7ME3box85Pk1FLs5_ISBI30OJ_9st_1Bk4J_c6YFQuKCWS IG6XcOOvTDK3gg.DYZxqRSgfcUyViN4RKHbcn7OdBnVTLND2_Ws9Glcy4lBM LNZ5uQF7Cg0CjIgMHiFbzPxgJIRMiPTp_ozUPVj1RcVlUDNDUDpIX0ktojU1 _hfE1ayvDMN4FwyAfHtSfXwk- X-Yahoo-Newman-Property: ymail-3 Date: Sat, 14 May 2011 11:11:36 -0400 From: cesium5500@yahoo.ca User-Agent: Thunderbird 2.0.0.24 (X11/20101027) MIME-Version: 1.0 To: python-list@python.org Subject: Question about available python lib for a task Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 16 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1305386063 news.xs4all.nl 81473 [::ffff:82.94.164.166]:58123 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5370 Hello, I would like to build a database of all the MS-Excel file on a LAN. I would like to get the files metadata : filename, summary, location, size, etc. Is there a dedicated python lib for the task? Is pywin32 one of the possible lib available? I would prefer to not building everything from scratch testing, etc. ETL software could also is a solution maybe... Thanks