Skip to main content

Python wrapper to communicate with Wood NEXUS IC tool

Project description

pynexusic

pynexusic is a package that allows communication with Wood NEXUS IC tool

Installation

pip install pynexusic

Example

  1. Import NEXUSIC_RESTAPI
    from pynexusic import NEXUSIC_RESTAPI as api
    
  2. Initialize NEXUSIC_REST class
    NX_REST = api.NEXUSIC_REST(baseURI, APIKey)
    
  3. Execute required function
    result, result_code = NX_REST.getVersion()
    
    Output:
    result = {'version': 'x.x.xxxxx.x', 'schema': 'x.xxx'}
    result_code = 200
    

License

This project is licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynexusic-2.0.1.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

pynexusic-2.0.1-py2-none-any.whl (4.6 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page