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.6.tar.gz
(26.5 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.6-py3-none-any.whl
(23.0 kB
view details)
File details
Details for the file zeclient-1.1.6.tar.gz.
File metadata
- Download URL: zeclient-1.1.6.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5728f6812c0c036fa4f2cc0ff0023989576655995c3f6a56eea00409b28e4eba
|
|
| MD5 |
2f2777062a53710d2d6e74062bc34c99
|
|
| BLAKE2b-256 |
76cacc95891343fb873af903d47ad51b62a39ff5026a50a6963a882f087fe830
|
File details
Details for the file zeclient-1.1.6-py3-none-any.whl.
File metadata
- Download URL: zeclient-1.1.6-py3-none-any.whl
- Upload date:
- Size: 23.0 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 |
8c6c2c0a20519807f3984266c67bb7469f8e64f03b71ee063965a7002d209621
|
|
| MD5 |
7efc92344c543388abe0571cfdff05c8
|
|
| BLAKE2b-256 |
67b2b26084ad9f7261ddd5f79dd5470ac51140d36207abbc3bc7df99fe86b0dd
|