AccernXYME is a library for easily accessing XYME via python.
Project description
accern_xyme is a python/typescript library for accessing XYME functionality.
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
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
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
File details
Details for the file accern_xyme-4.2.1.tar.gz.
File metadata
- Download URL: accern_xyme-4.2.1.tar.gz
- Upload date:
- Size: 72.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
616a15fc86a4d170eba315e9ef7c951df93ec9f275c1344b3833cd3e03f0e5d7
|
|
| MD5 |
d6cec8ed8b2c251f37080be3ffb40fcc
|
|
| BLAKE2b-256 |
a26ad0b2a7140b5193536c8bc11422b77264ffc679e69667dd3b90ab8ce434a6
|
File details
Details for the file accern_xyme-4.2.1-py3-none-any.whl.
File metadata
- Download URL: accern_xyme-4.2.1-py3-none-any.whl
- Upload date:
- Size: 75.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
593ad18a36c5f542b8e0b70d26465a7bc20444fccf0946f67d0447a91096b09d
|
|
| MD5 |
f73d5fbf089986991cb75ce6e5b63c40
|
|
| BLAKE2b-256 |
4aa74f52b1522d32810e3fe6b9fbf23c2acfac90090156b5afd6cf5a211d4621
|