hypervectorio / hypervector-wrapper

Python wrapper for the Hypervector API (https://hypervector.io)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python wrapper for the Hypervector API (https://hypervector.io)

License:MIT License


Languages

Language:Python 100.0%