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.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29ac4e8a76d7315f8a3cfc801bc01a2ac952b07e0834f0968bb219b668c43682 |
|
MD5 | 8f8a142055b4a2830ca39453fb79bd16 |
|
BLAKE2b-256 | 03d134b8b91f66768d4c3d92449eafdbd6773c7bcaa2e64c54dc4be72fd08ef8 |