Openlayer Python Client reference#
Date: Dec 02, 2023 Version: 0.1.0a18
Welcome to the API documentation for Openlayer!
These docs cover our official Python library, which you may use to interact with the Openlayer platform.
Installation#
The openlayer
library is available on PyPI and conda-forge, and can be installed with:
$ pip install openlayer
$ conda install openlayer --channel conda-forge