Pantograph/README.md

17 lines
254 B
Markdown

# PyPantograph
Python interface to the Pantograph library
## Getting started
Execute
```bash
poetry build
```
To run server tests:
``` bash
python -m pantograph.server
```
The tests in `pantograph/server.py` also serve as simple interaction examples