AccernXYME is a library for easily accessing XYME via python.
Project description
accern_xyme is a python library for accessing XYME functionality.
Usage
You can install accern_xyme with pip:
pip install --user accern-xyme
Import it in python via:
from accern_xyme import create_xyme_client
client = accern_xyme.create_xyme_client(
"https://xyme.accern.com/", "<USERNAME>", "<PASSWORD>")
print(client.get_user_info())
<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.
You will need python3.6 or later.
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-0.0.2.tar.gz.
File metadata
- Download URL: accern_xyme-0.0.2.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.37.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2660f400ba94bd42c18fa9a0989957e800728f58b3c4c76e145f51404f82300a
|
|
| MD5 |
6c147bb0e2e93e008f0fcef10ae16753
|
|
| BLAKE2b-256 |
cd68a61bff56566d4ad772acaeac25661bed0ac316114560bad1c31ceb7ef77d
|
File details
Details for the file accern_xyme-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: accern_xyme-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.37.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb0adeec23807d4027f2a994ef2104269a096e14c356be4a6e95c04c8bc19236
|
|
| MD5 |
be1dbedc3bd036747479bfbb54a643e0
|
|
| BLAKE2b-256 |
1e1d342126cc2d95f2735fbb64fa10843531c29ec66abc1209ad3434887b9388
|