Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.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.123 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.76; '*S*': 0.01; 'subject:Python': 0.06; 'from:charset:iso-8859-2': 0.09; 'python': 0.11; 'gui': 0.12; 'stored': 0.12; 'nodes': 0.16; 'thanks,': 0.17; 'library': 0.18; 'user.': 0.19; 'python?': 0.22; 'rules': 0.22; 'header:User- Agent:1': 0.23; 'least': 0.26; 'fixed': 0.29; 'database,': 0.30; 'too.': 0.31; 'open': 0.33; 'subject:from': 0.34; 'display': 0.35; 'editor': 0.35; 'but': 0.35; 'there': 0.35; 'easily': 0.37; 'to:addr:python-list': 0.38; 'rather': 0.38; 'visual': 0.39; 'to:addr:python.org': 0.39; 'users': 0.40; 'how': 0.40; 'simple': 0.61; 'received:62': 0.63; 'such': 0.63; 'charset:iso-8859-2': 0.64; 'business': 0.70; 'received:192.168.13': 0.84; 'received:192.168.13.238': 0.84; 'received:62.179': 0.84; 'received:62.179.121': 0.84; 'received:edge03.upcmail.net': 0.84; 'received:upcmail.net': 0.84 X-SourceIP: 86.101.30.243 Date: Tue, 17 Jun 2014 17:32:04 +0200 From: =?ISO-8859-2?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: python-list@python.org Subject: Create flowcharts from Python Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1403019133 news.xs4all.nl 2972 [2001:888:2000:d::a6]:47651 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73342 Is there a library for Python that can easily create flowcharts using a simple API? I have a set of business rules that can be represented by a flowchart. These rules are stored in a database, and I need to display them for the end user. It is not a fixed set of rules, the users are going to change them frequently. I already have a rather difficult GUI where nodes and links are listed and they can be configured. But the users want to see this as a visual flowchart too. It would be the best to have it automatically arranged; or at least open it an editor so they can move the nodes and see how they are connected. Is there such thing for Python? Thanks, Laszlo