summaryrefslogtreecommitdiff
path: root/src/runtime/python/pgf.egg-info
diff options
context:
space:
mode:
authorArianna Masciolini <uzkamascio@gmail.com>2025-08-08 20:37:35 +0200
committerArianna Masciolini <uzkamascio@gmail.com>2025-08-08 20:43:15 +0200
commit59351190508131f6418124e5d983302e867c3448 (patch)
treecf8b1ac9c89b6b1757068bef8ba209c6268f04dc /src/runtime/python/pgf.egg-info
parent489424a1c6a5d75105cbc901a0ee5259e21ee1f5 (diff)
more specific instructions for different macs
Diffstat (limited to 'src/runtime/python/pgf.egg-info')
-rw-r--r--src/runtime/python/pgf.egg-info/PKG-INFO17
-rw-r--r--src/runtime/python/pgf.egg-info/SOURCES.txt12
-rw-r--r--src/runtime/python/pgf.egg-info/dependency_links.txt1
-rw-r--r--src/runtime/python/pgf.egg-info/top_level.txt1
4 files changed, 31 insertions, 0 deletions
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.
diff --git a/src/runtime/python/pgf.egg-info/SOURCES.txt b/src/runtime/python/pgf.egg-info/SOURCES.txt
new file mode 100644
index 000000000..8512c6dd4
--- /dev/null
+++ b/src/runtime/python/pgf.egg-info/SOURCES.txt
@@ -0,0 +1,12 @@
+INSTALL
+README.org
+pypgf.c
+setup.py
+test.py
+examples/README
+examples/gf_utils.py
+examples/translation_pipeline.py
+pgf.egg-info/PKG-INFO
+pgf.egg-info/SOURCES.txt
+pgf.egg-info/dependency_links.txt
+pgf.egg-info/top_level.txt \ No newline at end of file
diff --git a/src/runtime/python/pgf.egg-info/dependency_links.txt b/src/runtime/python/pgf.egg-info/dependency_links.txt
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/src/runtime/python/pgf.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/src/runtime/python/pgf.egg-info/top_level.txt b/src/runtime/python/pgf.egg-info/top_level.txt
new file mode 100644
index 000000000..aba271cc3
--- /dev/null
+++ b/src/runtime/python/pgf.egg-info/top_level.txt
@@ -0,0 +1 @@
+pgf