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_clientComClient()in the moduleecmind_blue_client.com_clientTcpClient()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_codereturns the blue result coderesult.valuesis a dict of output parametersresult.filesis a list of output file parametersresult.error_messagesis 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
Release files for ecmind-blue-client 0.2.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ecmind_blue_client-0.2.8.tar.gz | 21.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ecmind_blue_client-0.2.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 52.0 kB
Release files / ecmind_blue_client-0.2.8.tar.gz
| Download URL | ecmind_blue_client-0.2.8.tar.gz |
|---|---|
| Size | 21.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
864382f46640354a13f216fc2341e07ccf98619494fa271078cc3d6d7089e0d7
|
|
BLAKE2b-256 checksum How to use checksums |
069a4e8afeb686f575150e4606e473c0b3993bf120c9bbd782869e1dd6d17322
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / ecmind_blue_client-0.2.8-py3-none-any.whl
| Download URL | ecmind_blue_client-0.2.8-py3-none-any.whl |
|---|---|
| Size | 30.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
644826c0671d4720eeb4586bff55d2716343be52c6beeb0f738b8d823b025919
|
|
BLAKE2b-256 checksum How to use checksums |
6a235f147d1438c8257e35a6965ae80ab82bde66fe92a9699d7142ac37796ec1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|