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=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:6b87:: with SMTP id z7mr7778680qts.143.1607067374455; Thu, 03 Dec 2020 23:36:14 -0800 (PST) X-Received: by 2002:a37:bd5:: with SMTP id 204mr7581210qkl.377.1607067374194; Thu, 03 Dec 2020 23:36:14 -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: Thu, 3 Dec 2020 23:36:13 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=124.149.31.79; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 124.149.31.79 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7223f058-c593-4905-b9ba-0a5cb3e64de2n@googlegroups.com> Subject: Import Python library into an Ada package? From: Roger Mc Injection-Date: Fri, 04 Dec 2020 07:36:14 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:60692 List-Id: Is it possible to import a Python library, such as graphviz, into an Ada package? So far I have only been able to find information on exporting Ada to Python.