Skip to main content

Python client to Pointwise Glyph Server

Project description

# GlyphClientPython

Python implementation of a client which communicates with the Pointwise Glyph Server.

Example usage:

from pointwise import GlyphClient, GlyphError

glf = GlyphClient()
if glf.connect():
    try:
        result = glf.eval('pw::Application getVersion')
        print('Pointwise version is {0}'.format(result))
    except GlyphError as e:
        print('Error in command {0}\n{1}'.format(e.command, e))

elif glf.is_busy():
    print('The Glyph Server is busy')
elif glf.auth_failed():
    print('Glyph Server authentication failed')
else:
    print('Failed to connect to the Glyph Server')

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

pointwise-glyph-client-1.0.2.zip (5.8 kB view hashes)

Uploaded Source

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