Path: csiph.com!x330-a1.tempe.blueboxinc.net!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:ANN': 0.02; 'postgresql,': 0.07; 'schema': 0.07; ':-)': 0.07; 'url:code': 0.11; 'output': 0.12; 'library': 0.15; '0.2.0': 0.16; 'approaches.': 0.16; 'columns': 0.16; 'from:addr:gruszczy': 0.16; 'from:name:filip gruszczy\xc5\x84ski': 0.16; 'oracle.': 0.16; 'retrieving': 0.16; 'input': 0.18; 'file,': 0.22; 'received:209.85.212': 0.25; 'version': 0.25; 'function': 0.27; 'message-id:@mail.gmail.com': 0.28; 'supports': 0.29; 'hi,': 0.29; 'to:addr:python-list': 0.32; 'url:downloads': 0.33; 'lines': 0.34; 'tools.': 0.35; 'print': 0.35; 'finding': 0.35; 'oracle': 0.35; 'rather': 0.36; 'event': 0.37; 'table': 0.37; 'received:209.85': 0.37; 'useful': 0.37; 'received:google.com': 0.38; 'url:google': 0.38; 'database': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'url:list': 0.40; 'would': 0.40; 'header:Received:5': 0.40; 'procedures': 0.60; 'upon': 0.63; 'url:p': 0.63; 'here': 0.65; 'foreign': 0.68; 'thankful': 0.73; 'draws': 0.91; 'fired': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=hAC8D7i2/jQZushxjtVMmUc53CfF7jRsWo1uyQLV7mM=; b=tNwq2GgK9gTOOsDJemeU1cadyknPo4UHZkrf5aZ7GFhBtDjVftoWRJUBG5KBUWVGyL iYp6f2cggS2L11+WagK90dORK641uBXNV35l7Y5aoU9Zt0VthyZodeP6TmD3g3jfy4TX 0eg0wEmWhAnov3nxF3o7R/3G7bcJ2/4HlJP5M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=mqaPBeeEXRf3Dkutv4xAGFZvwg/SLHp75wwlGLIV7GuD5fmlzb9OW2A3Zb7j/e8Y3X m/4hhIxbGxM3yLrc+Ykhn0Exllm+2ot4Py4M1E4IuKpsIRCqVLTOtdxWXromvmn3rJaJ axpYUed2f6jsK4HypSjet0IYonWuTbKEeuR7M= MIME-Version: 1.0 From: =?UTF-8?Q?Filip_Gruszczy=C5=84ski?= Date: Sun, 15 May 2011 11:33:40 +0200 Subject: ANN: Fathom 0.3.0 To: python-list@python.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 24 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1305452044 news.xs4all.nl 34849 [::ffff:82.94.164.166]:53634 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5414 Hi, I have released version 0.2.0 of fathom, python3 package for database inspection. Fathom supports retrieving database schema from Sqlite3, PostgreSQL, MySQL and Oracle. This is still very early version and I am experimenting with different approaches. As always I would be very thankful for any input and suggestion= s about what would be useful in the library or tools. Here you can download the package: http://code.google.com/p/fathom/downloads/list **Changes in 0.3.0:** -> Oracle support :-) -> Triggers provide information about event upon which they are fired -> utility function for finding procedures that access a table -> fathom2graphviz draws lines between columns for foreign key -> fathom2graphviz and fathom2django can now print output to a file, rather than to std --=20 Filip Gruszczy=C5=84ski