Bigdata Client

A Python client for accessing Bigdata API (https://bigdata.com).
Documentation (latest)
Troubleshooting
Docs: Enchant lib issue on Apple Silicon
Tasks poetry run task docs
or poetry run task check-docs
produces an issue:
Extension error:
Could not import extension sphinxcontrib.spelling (exception: The 'enchant' C library was not found and maybe needs to be installed.
In this situation it is necessary to set environment variable PYENCHANT_LIBRARY_PATH=
with the pat to library
export PYENCHANT_LIBRARY_PATH=$(brew --prefix enchant)/lib/libenchant-2.dylib
poetry run task docs