From 59351190508131f6418124e5d983302e867c3448 Mon Sep 17 00:00:00 2001 From: Arianna Masciolini Date: Fri, 8 Aug 2025 20:37:35 +0200 Subject: more specific instructions for different macs --- src/runtime/python/pgf.egg-info/PKG-INFO | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/runtime/python/pgf.egg-info/PKG-INFO (limited to 'src/runtime/python/pgf.egg-info/PKG-INFO') diff --git a/src/runtime/python/pgf.egg-info/PKG-INFO b/src/runtime/python/pgf.egg-info/PKG-INFO new file mode 100644 index 000000000..efb9707ad --- /dev/null +++ b/src/runtime/python/pgf.egg-info/PKG-INFO @@ -0,0 +1,17 @@ +Metadata-Version: 2.4 +Name: pgf +Version: 1.0 +Summary: Python bindings to the Grammatical Framework's PGF runtime +Home-page: https://www.grammaticalframework.org/ +Author: Krasimir Angelov +Author-email: kr.angelov@gmail.com +License: BSD +Dynamic: author +Dynamic: author-email +Dynamic: description +Dynamic: home-page +Dynamic: license +Dynamic: summary + +Grammatical Framework (GF) is a programming language for multilingual grammar applications. +This package provides Python bindings to GF runtime, which allows you to parse and generate text using GF grammars compiled into the PGF format. -- cgit v1.2.3