client library for MPContribs API
Project description
Small, dynamic python client library to connect to MPContribs APIs based on Yelp's bravado.
from mpcontribs.client import Client
client = Client()
dir(client) # show available resources
By default, the client connects to https://contribs-api.materialsproject.org and uses the environment variable
MPCONTRIBS_API_KEY
to set the API key. The key can alternatively be set explicitly via the
apikey
argument to the constructor. The host
argument or the MPCONTRIBS_API_HOST
environment variable can be set to connect to other MPContribs-style APIs:
client = Client(host='ml-api.materialsproject.org')
Troubleshooting
twisted.web._newclient.ResponseNeverReceived:
[<twisted.python.failure.Failure OpenSSL.SSL.Error:
[('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')]>]
Set the environment variable SSL_CERT_FILE
to $(python -m certifi)
.
OverflowError: timeout value is too large
Install the bravado fork (PR) manually via
pip install "bravado[fido] @ git+https://github.com/tschaume/bravado@9ce06f2df7118e16af4a3d3fdc21ccfeedc5cd50#egg=bravado-11.0.3"
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
File details
Details for the file mpcontribs-client-3.13.1.tar.gz
.
File metadata
- Download URL: mpcontribs-client-3.13.1.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9752f61b58196ad3cc81360104840f53bd1128eea6affd9aa15b12276a652b11 |
|
MD5 | d2adc093e22f2036090d8808fe5adc31 |
|
BLAKE2b-256 | 06ba8ce949b7dec347e1f7415549d5564cec615ff9d2755642ca12616e6e9730 |
Provenance
File details
Details for the file mpcontribs_client-3.13.1-py3-none-any.whl
.
File metadata
- Download URL: mpcontribs_client-3.13.1-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b7224cbbc970c20c1f974650fed332048bab5a7e6600d3b05a38562334b550c |
|
MD5 | 9eef5bc1d1b5394381c3b096af70c771 |
|
BLAKE2b-256 | 9d40060ee4622f62e45eb5a4ee0bc6f753aede37cca95823995352c8920daea9 |