Using OSIsoftPy with osisoft.com

Python integration

Install
pip install OSIsoftPy
Quick start
import OSIsoftPy

client = OSIsoftPy.Client("YOUR_API_KEY")
Get top level links for this PI System Web API instance.
curl \
  /
Retrieve a unit by path.
curl \
  /units
Get a point by path.
curl \
  /points
SDK on GitHub 📄 API Docs
SDK
OSIsoftPy
Python
API
osisoft.com
osisoft.com
At a glance
Language Python
Endpoints413