A Machine-to-Machine Interaction Interface for Lean 4
Go to file
ChuyueSun 67b3ec969b apply sgl tactic 2024-05-20 00:26:52 -07:00
pantograph apply sgl tactic 2024-05-20 00:26:52 -07:00
src@f20ee8dc87 build: Add upstream source 2024-04-11 15:48:36 -07:00
.gitignore add conv_sgl tests 2024-05-20 00:02:33 -07:00
.gitmodules add conv_sgl tests 2024-05-20 00:02:33 -07:00
LICENSE Initial commit 2024-04-11 12:37:58 -07:00
README.md update readme 2024-05-19 18:59:03 -07:00
build.py feat: expression types and tests 2024-04-22 13:00:06 -07:00
poetry.lock feat: System stub 2024-04-19 16:47:35 -07:00
pyproject.toml feat: System stub 2024-04-19 16:47:35 -07:00
test_sglang.py update 2024-05-19 19:17:05 -07:00

README.md

PyPantograph

Python interface to the Pantograph library

Getting started

Update submodule

git submodule update --init

Execute

poetry build

To run server tests:

python -m pantograph.server

The tests in pantograph/server.py also serve as simple interaction examples