A Machine-to-Machine Interaction Interface for Lean 4
Go to file
Leni Aniva a79fe979fd
feat: Automatic mode (for the gym experience)
2024-09-06 22:26:37 -07:00
examples doc: Running example from project root 2024-05-17 20:56:01 -07:00
pantograph feat: Automatic mode (for the gym experience) 2024-09-06 22:26:37 -07:00
src@9b3eef35ec feat: Automatic mode (for the gym experience) 2024-09-06 22:26:37 -07:00
.gitignore feat: Automatic mode (for the gym experience) 2024-09-06 22:26:37 -07:00
.gitmodules build: Add upstream source 2024-04-11 15:48:36 -07:00
LICENSE Initial commit 2024-04-11 12:37:58 -07:00
README.md doc: README fix 2024-04-22 22:59:29 -07:00
build.py feat: Automatic mode (for the gym experience) 2024-09-06 22:26:37 -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

README.md

PyPantograph

Python interface to the Pantograph library

Getting started

Execute

poetry build

To run server tests:

python -m pantograph.server

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