Leni Aniva 75ada0b5ad | ||
---|---|---|
examples | ||
pantograph | ||
src@67e7f22b0a | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md | ||
build.py | ||
poetry.lock | ||
pyproject.toml |
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}}
}