A client wrapper for blue
Project description
ECMind blue client
A client wrapper for blue.
Installation
pip install ecmind_blue_client
Usage
The workflow consists roughly of the following:
- Create a new Client() connection using a client implementation. There are three implementations:
SoapClient()
in the moduleecmind_blue_client.soap_client
ComClient()
in the moduleecmind_blue_client.com_client
TcpClient()
in the moduleecmind_blue_client.tcp_client
- Create a new Job() with a job name and provide/add job input parameters and optional job input file parameters
- Execute the Job() with the Client() instance and consume the result
result.result_code
returns the blue result coderesult.values
is a dict of output parametersresult.files
is a list of output file parametersresult.error_messages
is a string of the servers error response or None ifresult_code
== 0
>>> from ecmind_blue_client.soap_client import SoapClient
>>> client = SoapClient(self.endpoint, 'TestApp', 'root', 'optimal')
>>> test_job = Job('krn.GetServerInfo', Flags=0, Info=6)
>>> result = client.execute(test_job)
>>> print(result.values['Value'])
oxtrodbc.dll
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ecmind_blue_client-0.2.8.tar.gz
(21.6 kB
view details)
Built Distribution
File details
Details for the file ecmind_blue_client-0.2.8.tar.gz
.
File metadata
- Download URL: ecmind_blue_client-0.2.8.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
864382f46640354a13f216fc2341e07ccf98619494fa271078cc3d6d7089e0d7
|
|
MD5 |
b4eea66363060f28d5f44adee8f7f902
|
|
BLAKE2b-256 |
069a4e8afeb686f575150e4606e473c0b3993bf120c9bbd782869e1dd6d17322
|
File details
Details for the file ecmind_blue_client-0.2.8-py3-none-any.whl
.
File metadata
- Download URL: ecmind_blue_client-0.2.8-py3-none-any.whl
- Upload date:
- Size: 30.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
644826c0671d4720eeb4586bff55d2716343be52c6beeb0f738b8d823b025919
|
|
MD5 |
c402519a85897d5f5c834b1f1cef3f04
|
|
BLAKE2b-256 |
6a235f147d1438c8257e35a6965ae80ab82bde66fe92a9699d7142ac37796ec1
|