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 ```