A client for Catalogic Software's ECX.
Project description
This project aims to build a Python client for Catalogic Software’s ECX product.
This repo holds two components.
An SDK that can be used by anyone interested in integrating ECX operations in their workflow.
A command line utility with which ECX operations can be performed.
Installation
$ pip install ecxclient
Usage
$ ecxcli --help # This connects to ECX on localhost. $ ecxcli --user admin --passwd <PASSWORD> job list # To connect to a different host. Default user is "admin". $ ecxcli --url https://1.2.3.4:8443 --passwd <PASSWORD> job list
Notes
After a successful login, the command “remembers” the login session so there is no need to pass user name and password with every run.
Known Issues
When “https” URL is used, there are some warnings displayed on the console. We need to find a way to get rid of them.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ecxclient-0.42.tar.gz
.
File metadata
- Download URL: ecxclient-0.42.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1df081abdd1218e89055e7d6d83348142beedf68eaff3c6370bded98d8c81807 |
|
MD5 | 0607a1e69065e3b4f748006d1114e092 |
|
BLAKE2b-256 | 099e1f85092ac250b20ee10b904562af4cd5dc3e64f0d629e0dff7d7f0351060 |
File details
Details for the file ecxclient-0.42-py2-none-any.whl
.
File metadata
- Download URL: ecxclient-0.42-py2-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dd0dec308acea9e3c2d7cb5f17f17fe4f8a25df4d268dff4cc088d5591da186 |
|
MD5 | 256da9b570c02fb451996d37669cfd48 |
|
BLAKE2b-256 | d6e5af38275fe25cac46c3e81bab52bc991d55eba74268280d59c4c38773b507 |