summaryrefslogtreecommitdiff
path: root/wrappers/python/README.md
blob: fddcde62184ae4f7872c18fff8c2f7ed706e83b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Python wrapper

## Requirements

Python 3.6+ is assumed, but it may work with older versions.

## Test

First build the shared Go library. Next:

No dependencies, just reference `discovery.py` and call `verify`.

Test:

```shell
make test
```