From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: ** X-Spam-Status: No, score=2.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, FROM_2_EMAILS_SHORT,PDS_FROM_2_EMAILS autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a05:622a:88:: with SMTP id o8mr8937696qtw.241.1607089269026; Fri, 04 Dec 2020 05:41:09 -0800 (PST) X-Received: by 2002:a0c:a992:: with SMTP id a18mr5260674qvb.21.1607089268896; Fri, 04 Dec 2020 05:41:08 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 4 Dec 2020 05:41:08 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1206:4564:fe50:21a8:3c3a:6836:92e4; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:4564:fe50:21a8:3c3a:6836:92e4 References: <7223f058-c593-4905-b9ba-0a5cb3e64de2n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2c50b9a3-c6ea-4f9e-8e0c-c09fe01a3357n@googlegroups.com> Subject: Re: Import Python library into an Ada package? From: "gautier...@hotmail.com" Injection-Date: Fri, 04 Dec 2020 13:41:09 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:60697 List-Id: As a side note, there is a cool utility called DePlo ( https://sites.google.com/site/depplot/ , sources here : https://launchpad.net/deplo ) that creates a dependency graph of Ada units from the .ali files that GNAT produces when building a project. This graph is in the Graphviz's DOT format. And indeed, graphviz is not specific to Python. The sources are in C, and the Web site mentions bindings to: guile, perl, python, ruby, C#, tcl .