A Machine-to-Machine Interaction Interface for Lean 4
Go to file
Leni Aniva f2de062d11
fix: Versioning in the examples, tactic invocation
2024-09-09 19:04:56 -07:00
examples fix: Versioning in the examples, tactic invocation 2024-09-09 19:04:56 -07:00
pantograph fix: Versioning in the examples, tactic invocation 2024-09-09 19:04:56 -07:00
src@bec84f857b chore: Library update 2024-09-09 18:49:35 -07:00
.gitignore Merge branch 'main' into dev 2024-09-06 22:34:48 -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 feat: Example Jupyter notebook 2024-07-01 12:18:00 -07:00
build.py feat: Automatic mode (for the gym experience) 2024-09-06 22:26:37 -07:00
poetry.lock feat: Example Jupyter notebook 2024-07-01 12:18:00 -07:00
pyproject.toml feat: Example Jupyter notebook 2024-07-01 12:18:00 -07:00

README.md

PyPantograph

Python interface to the Pantograph library

Getting started

Update submodule

git submodule update --init

Install dependencies

poetry install

Execute

poetry build

To run server tests:

python -m pantograph.server

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

Examples

See examples/README.md