A Machine-to-Machine Interaction Interface for Lean 4
Go to file
Leni Aniva 44f982d689
doc: README fix
2024-04-22 22:59:29 -07:00
pantograph feat: Have, calc, conv 2024-04-22 22:38:20 -07:00
src@f20ee8dc87 build: Add upstream source 2024-04-11 15:48:36 -07:00
.gitignore feat: expression types and tests 2024-04-22 13:00:06 -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: 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

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