Pantograph/README.md

18 lines
264 B
Markdown
Raw Normal View History

2024-04-11 12:37:58 -07:00
# PyPantograph
2024-04-19 16:47:35 -07:00
2024-04-11 12:37:58 -07:00
Python interface to the Pantograph library
2024-04-19 16:47:35 -07:00
## Getting started
Execute
```bash
poetry build
```
2024-04-22 22:59:29 -07:00
To run server tests:
2024-04-19 16:47:35 -07:00
``` bash
python -m pantograph.server
```
2024-04-22 22:59:29 -07:00
The tests in `pantograph/server.py` also serve as simple interaction examples
2024-04-19 16:47:35 -07:00
2024-04-29 10:25:13 -07:00
Test push