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.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0534ae03d5f5c57f8002ae1b26480b3efbf3ebeff2eef7d7bfc4274b8d0776a |
|
MD5 | b007c675048ac4add189662ff5f76af3 |
|
BLAKE2b-256 | ffa1f32fa95028e7acdaa0988e2b32be95dae4e20854586eddb86f1a2f005aca |