Introduction

pynexusic is a package that allows communication with the following tools:

  1. Wood NEXUS IC

  2. Maximo

  3. OSI PI

  4. 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

  1. Import utils

    from pynexusic import utils
    
  2. Launch documentation

    utils.launchDocs()
    

External documentation

License

This project is licensed under the MIT license.