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()
dir(client) # show available resources
By default, the client connects to https://api.mpcontribs.org and uses the environment variable
MPCONTRIBS_API_KEY
to set the API key. The key can alternatively be set explicitly via the
apikey
argument to the constructor. The host
argument or the MPCONTRIBS_API_HOST
environment variable can be set to connect to other MPContribs-style APIs:
client = Client(host='ml-api.materialsproject.org')
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.3.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f5d4199664bfb30cec3128dc5a2e110436d0a5ef1a9423b1c1295432a10f462 |
|
MD5 | 704eda4cef7d629fae9df719fc3412a7 |
|
BLAKE2b-256 | 7e95ee43ecfa793c2981533dccc65149d0ce77f995e2d0c2aad9281666268a96 |