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

Files

Latest commit

author
Jason Costello
Jun 23, 2021
c90ec91 · Jun 23, 2021

History

History
29 lines (19 loc) · 808 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 808 Bytes

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