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.4.tar.gz
(24.7 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.4-py3-none-any.whl
(22.8 kB
view details)
File details
Details for the file zeclient-1.1.4.tar.gz.
File metadata
- Download URL: zeclient-1.1.4.tar.gz
- Upload date:
- Size: 24.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cecc87b4b7db739985f7337b9f6c7e18c9e5a44b6b8205a637c24e0b3f103ec9
|
|
| MD5 |
6c0f369b3fce92120591c82b121b3b5a
|
|
| BLAKE2b-256 |
0a0c45e2f3db0fb87ebb84fb3f27e90694326703eb27b2f0b08bd86b981f9734
|
File details
Details for the file zeclient-1.1.4-py3-none-any.whl.
File metadata
- Download URL: zeclient-1.1.4-py3-none-any.whl
- Upload date:
- Size: 22.8 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 |
25c1b6b0b924eee8ef29bebc11fd0eae9f72d29864fcfebf75135f3e6a6a95a3
|
|
| MD5 |
627e23dee2100b84dfbe5a25b7f298c2
|
|
| BLAKE2b-256 |
9fb0b8a15f558ec8997ad6f01b7e41840b199709c0332c2857f9ff85d5808753
|