Skip to main content

AccernXYME is a library for easily accessing XYME via python.

Project description

accern_xyme is a python library for accessing XYME functionality.

CircleCI

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

accern_xyme-0.1.7.tar.gz (39.1 kB view hashes)

Uploaded Source

Built Distribution

accern_xyme-0.1.7-py2.py3-none-any.whl (40.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page