Introduction
pynexusic is a package that allows communication with the following tools:
Wood NEXUS IC
Maximo
OSI PI
Documentum
Each one of these tools has a separate class that can be used to build the connector.
Python library installation
pip install pynexusic
Library documentation
Steps to launch library documentation
Import
utils
from pynexusic import utilsLaunch documentation
utils.launchDocs()
External documentation
NEXUS IC
NEXUS IC REST API documentation can be found in the following link:
https://docs.nexusic.com/6.6/ic-web.rest.v2.html
A specific NEXUS IC version can be specified in the above link by changing 6.6 to the desired NEXUS IC version
OSI PI
OSI PI API documentation can be found in the following link:
https://techsupport.osisoft.com/Documentation/PI-Web-API/help.html
Maximo
Maximo API documentation can be found in the following link:
License
This project is licensed under the MIT license.