Skip to main content

AccernXYME is a library for easily accessing XYME via python.

Project description

accern_xyme is a python/typescript library for accessing XYME functionality.

GHAction

Python Usage

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(
    "<URL>",
    token="<TOKEN>",
    namespace="default")
print(xyme.get_dags())

<URL> and <TOKEN> are the login credentials for XYME.

You will need python3.6 or later.

Typescript Developing

You can install dependency with yarn. Run yarn _postinstall to configure husky pre-commit hooks for your local environment.

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-4.2.1.tar.gz (72.2 kB view hashes)

Uploaded Source

Built Distribution

accern_xyme-4.2.1-py3-none-any.whl (75.1 kB view hashes)

Uploaded 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