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.
Release files for accern-xyme 4.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| accern_xyme-4.1.2.tar.gz | 69.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| accern_xyme-4.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:142.1 kB
Release files / accern_xyme-4.1.2.tar.gz
| Download URL | accern_xyme-4.1.2.tar.gz |
|---|---|
| Size | 69.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
86bba3508d683806f545ac67b8b49c00277003111988029a24faa6142012a789
|
|
BLAKE2b-256 checksum How to use checksums |
54528e577e6686ce2fd090f2d5b01722f97f9efbf8d2a616fed471a0f556febe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.8.12
|
Release files / accern_xyme-4.1.2-py3-none-any.whl
| Download URL | accern_xyme-4.1.2-py3-none-any.whl |
|---|---|
| Size | 72.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b86a04e9ff2f33c1d83e0b0be3c1ad4c7f36b2e8e4b5d9a661c81cb7475dcead
|
|
BLAKE2b-256 checksum How to use checksums |
36e05d44f1fb107e2355fb6e2eccd8e5e66d97c073071616e5afd07154ec2545
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.8.12
|