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.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86a0d8097fd07c0d26da9a0052d2b9b2f65b36f10dab27254316bd43cf1619d3 |
|
MD5 | 1592b4a5f6ac9b651b6903ff7d02be4d |
|
BLAKE2b-256 | 66d87d9a63cdd9d2f92cb67db4d3202012729c6fe6232b3fa46b4d258a784e27 |