Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

hypervectorio/hypervector-wrapper

Repository files navigation

hypervector-wrapper

workflow PyPI version

Python wrapper to access the Hypervector API, providing easy deserialisation of Hypervector resources to Python objects for building your data-driven test suite.

Docs

Full API and wrapper docs are available at https://docs.hypervector.io, along with release history and usage examples.

Installation

pip install hypervector-wrapper

Note: requires Python 3.6+

You can install the development dependencies and run tests with:

pip install -e ".[dev]"
pytest