Openlayer Python Client reference#
Date: May 20, 2024 Version: 0.1.0a37
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