Python APIs for ZE Web Services
Project description
ZE Python Client
The ZE Python Client provides a unified module - ZemaClient for retrieving data from ZEMA web services.
Prerequisites
Python 3.5 or above and the following packages
- requests
- lxml
- pandas
- zeep
- dicttoxml
The packages will be automatically installed during the installation.
Installation
pip install zeclient
Usage
from zeclient.zema_client import ZemaClient
# ZEMA Data Direct server URL
datadirect_url = "http://host.company.com/datadirect";
# Create ZEMA client instance and start a session
client = ZemaClient(datadirect_url, 'user.name', 'password', 'Client')
# Get profile data
result = client.get_profile('user.name', 'profile group', 'profile name')
Support
Please report bugs to support@ze.com
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
zeclient-1.1.3.tar.gz
(24.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
zeclient-1.1.3-py3-none-any.whl
(22.7 kB
view details)
File details
Details for the file zeclient-1.1.3.tar.gz.
File metadata
- Download URL: zeclient-1.1.3.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
444fa2b5ba4410b2f8d9f55a745f08e9c0e4c5bac3e084b8245866cc8f8a459e
|
|
| MD5 |
665b5f296cfd0df760d8d032af3d538c
|
|
| BLAKE2b-256 |
e8446bbd7bc99a3c42b1a0f05807cb935a37038f18f95b19b8e7b70a86719e84
|
File details
Details for the file zeclient-1.1.3-py3-none-any.whl.
File metadata
- Download URL: zeclient-1.1.3-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98b9698ea643bc98abd111ff0e0dac603fd0c098fe1a904a310a1925b61f2c91
|
|
| MD5 |
757f726c47bf7f6661a1aad409d30b74
|
|
| BLAKE2b-256 |
248de5bcaa0af6f3cbe97235b6f9c0595cbeab63263e62126e74acc02049b444
|