A Machine-to-Machine Interaction Interface for Lean 4
Go to file
Leni Aniva 8d43507901
Merge pull request #13 from lenianiva/frontend/collect-holes
feat: Collect sorrys command in the server
2024-09-13 18:22:51 -07:00
examples doc: Update jupyter notebook 2024-09-09 19:28:35 -07:00
pantograph doc: Update jupyter notebook 2024-09-09 19:28:35 -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 doc: Add citation format 2024-09-06 22:53:14 -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

Referencing

@misc{pantograph,
	title = "Pantograph, A Machine-to-Machine Interface for Lean 4",
	author = {Aniva, Leni and Miranda, Brando and Sun, Chuyue},
	year = 2024,
	howpublished = {\url{https://github.com/lenianiva/PyPantograph}}
}