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 load_client
client = load_client('your-api-key-here')
dir(client) # show available resources
By default, the client connects to https://api.mpcontribs.org. The host
argument or the
MPCONTRIBS_API_HOST
environment variable can be set to connect to other MPContribs-style
APIs:
client = load_client('your-api-key-here', host='ml.materialsproject.cloud')
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
Close
Hashes for mpcontribs_client-2.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e28d797ffca71c65b0bd2657dbd3cf0a155f9d3e70ce646ebd829f2f548acf17 |
|
MD5 | 28d1c6c2cd426e23797e417175a62748 |
|
BLAKE2b-256 | 13ef8f543dab71c907d4be29f91dcd171e1cae9031f4f4387274e49ac00c8db6 |