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
mpcontribs-client-3.11.4.tar.gz
(19.6 kB
view hashes)
Built Distribution
Close
Hashes for mpcontribs_client-3.11.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0941d7c2bfa9f3a1740f8f3df67e49a9c8cb2cc80940cbfde77968ade863146 |
|
MD5 | 4c9cf27312edb22829b14f2ced560ca0 |
|
BLAKE2b-256 | d1eb10212cc310fa75dd8b4e6f03d68ee0d2dac17215c7718e35de9950cdb1b0 |