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
accern_xyme-4.1.2.tar.gz
(69.6 kB
view details)
Built Distribution
File details
Details for the file accern_xyme-4.1.2.tar.gz
.
File metadata
- Download URL: accern_xyme-4.1.2.tar.gz
- Upload date:
- Size: 69.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
86bba3508d683806f545ac67b8b49c00277003111988029a24faa6142012a789
|
|
MD5 |
2d9160c4c8b36c4f03cc3e83e525d4d9
|
|
BLAKE2b-256 |
54528e577e6686ce2fd090f2d5b01722f97f9efbf8d2a616fed471a0f556febe
|
File details
Details for the file accern_xyme-4.1.2-py3-none-any.whl
.
File metadata
- Download URL: accern_xyme-4.1.2-py3-none-any.whl
- Upload date:
- Size: 72.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b86a04e9ff2f33c1d83e0b0be3c1ad4c7f36b2e8e4b5d9a661c81cb7475dcead
|
|
MD5 |
b8d5397401b28be9b5c5603b586fe01d
|
|
BLAKE2b-256 |
36e05d44f1fb107e2355fb6e2eccd8e5e66d97c073071616e5afd07154ec2545
|