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.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2040a25b8f6fadb87e5a710085ce4af78badae8be6775380f52d72f933b2c500 |
|
MD5 | f603e5d00100fe968c7791ee3c0eccae |
|
BLAKE2b-256 | 1fd844fdb409b644a95eaf509d59b6b987c19b69e2969b677d4af241b3836b07 |