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.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bee163fefd13552af5f43b4983c1a322466d961d66847ceb74c5542f1d77697c |
|
MD5 | d822ea824559c67bf673d97578eeba4e |
|
BLAKE2b-256 | da053fe241c53aa210514bfaf7a69ed7efcd798896eb87d11bf27ae577cd58f3 |