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 using using username and password
client = ZemaClient(datadirect_url, 'user.name', 'password', 'Client')
or
# Create ZEMA client instance using ZEMA API token or OAuth token
client = ZemaClient(datadirect_url, token)
# 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.7.tar.gz
(26.3 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.7-py3-none-any.whl
(23.0 kB
view details)
File details
Details for the file zeclient-1.1.7.tar.gz.
File metadata
- Download URL: zeclient-1.1.7.tar.gz
- Upload date:
- Size: 26.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8879493452df906fb009332449a1a5942fb9453ba6704831b07118fb6e3a7970
|
|
| MD5 |
c79438377e26ca406b25b9401ef32067
|
|
| BLAKE2b-256 |
cb7fd8950e86c882e84bde16697c3d12e14102c0123d1b2521b850a5b8e63fca
|
File details
Details for the file zeclient-1.1.7-py3-none-any.whl.
File metadata
- Download URL: zeclient-1.1.7-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dc4b62f516185de61471e98abf24b9d11d5a9f87887966d61d2a2f15fe6e6e9
|
|
| MD5 |
2b2440fd474ac86b7460380e198efc8a
|
|
| BLAKE2b-256 |
c66f2dae212ae72ef5fd749b9ca9e97033c75acc9f51623dc328126c9ce0ff48
|