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.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dccbe36165e963d0905f1d95a0f2f987e511c2210aa0fb5301b292a671edfa7 |
|
MD5 | 5a90c59db28a2388eb4cc5798c2604c6 |
|
BLAKE2b-256 | 345e6cc6865bb715dd77c820a08f19803322e8fda1ed5ed574c3aefeb1c7d88a |