Python wrapper to access the Hypervector API, providing easy deserialisation of Hypervector resources to Python objects for building your data-driven test suite.
Full API and wrapper docs are available at https://docs.hypervector.io, along with release history and usage examples.
pip install hypervector-wrapper
Note: requires Python 3.6+
You can install the development dependencies and run tests with:
pip install -e ".[dev]"
pytest