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('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 = 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-3.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3310979b3702a2aaf07247efa40ebd70998a71242d5c0ac3f939089e8acc89f |
|
MD5 | 0a5cd57a249b49e604397d116a0add2b |
|
BLAKE2b-256 | 13a5936ed058964dc6b6ea59c89100bb053bf899fe2569078fa3dc7ebc59bd06 |