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.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 774dee4c2bef86457aa2dc006800effd8a120aa24c8c17dba96d04a0c71f244b |
|
MD5 | 7d488889184dad184d07e3d5f8c2e9fe |
|
BLAKE2b-256 | f3b874c108dd78173bc7c727b1dc59bddf76d9ac30b3b9e39df93acadec8352c |