AccernXYME is a library for easily accessing XYME via python.
Project description
accern_xyme is a python library for accessing XYME functionality.
Usage
For XYME legacy information use the latest version before v0.1.0
You can install accern_xyme with pip:
pip install --user accern-xyme
Import it in python via:
import accern_xyme
xyme = accern_xyme.create_xyme_client("https://xyme.accern.com/", "<USERNAME>", "<PASSWORD>")
print(xyme.get_pipelines())
<USERNAME>
and <PASSWORD>
are the login credentials for XYME.
The values can also be set to None
in which case the values must
be set in the environment variables ACCERN_USER
and ACCERN_PASSWORD
. A login token can also be provided.
You will need python3.6 or later.
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 accern_xyme-0.1.7.tar.gz
.
File metadata
- Download URL: accern_xyme-0.1.7.tar.gz
- Upload date:
- Size: 39.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.48.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2b15e9a3b14184258ed6d05346fb39a3456dd83698676661b9bef63ed24113a3
|
|
MD5 |
b39a30b1910f505908a4310ae9e75880
|
|
BLAKE2b-256 |
44e42e7a479e856d8c668929d5cf464313efb8ac3ed5b0786fa099a500230520
|
File details
Details for the file accern_xyme-0.1.7-py2.py3-none-any.whl
.
File metadata
- Download URL: accern_xyme-0.1.7-py2.py3-none-any.whl
- Upload date:
- Size: 40.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.48.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
01868fc5271d2bb59b021f66beda72015b13dfd00850f1eb678c9e74fb38ef29
|
|
MD5 |
cd529135fa2f67d72b6acd16d4f5de4f
|
|
BLAKE2b-256 |
7a9d5acb1e1e947b224ac94e14bce5b7ee926e2b944502b9a741709322fdd65f
|