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.5.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63ad9e0c0e3da5ec76866cb5b4d41e3a118e56f3445f1ee25501eeeb185b20e0 |
|
MD5 | d366b9bd387af88a8bdf72dbb7d8173b |
|
BLAKE2b-256 | 8599b3c62be95ed6aa23ea4f924f9a40dd972fed22303c84f7128f8f42f757fa |