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.5.tar.gz
(26.1 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.5-py3-none-any.whl
(22.9 kB
view details)
File details
Details for the file zeclient-1.1.5.tar.gz.
File metadata
- Download URL: zeclient-1.1.5.tar.gz
- Upload date:
- Size: 26.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
695d3bd864bea5a7906227ee81000570c9a82b541c511dde30397c9bfee4e82c
|
|
| MD5 |
b4f6dfa3fe0d97a049c98ad9f92654a0
|
|
| BLAKE2b-256 |
8701555cf3eb79ef7cf2f04ff57ef1bb3b7cc3d5680ba83e355cbdb2c18a2eaa
|
File details
Details for the file zeclient-1.1.5-py3-none-any.whl.
File metadata
- Download URL: zeclient-1.1.5-py3-none-any.whl
- Upload date:
- Size: 22.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ce5c139ba0afa29e519d5e2700660e1ecc33f56ca377f027627506c385124f2
|
|
| MD5 |
1839fe81927f6cc4e87b04d94da0896c
|
|
| BLAKE2b-256 |
4695ffd834e3a97ac42a79c4191f7c69f8c1d57d93e5206a2799b2db219beaf5
|