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.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8e3fe7215e0c0b14113bf6fec7872cf4f23f79c63ccb79125781983e02d52cd |
|
MD5 | 64a8d805ff018b4a764686bebd10c5a8 |
|
BLAKE2b-256 | 86505448584f1111f79423fc34cba6859f43577d40e23fd160ad1c3de4c82cc3 |