A client library for accessing Infima
Project description
infima_client
A client library for accessing Infima. It will manage the HTTP REST requests for you.
System requirements
The infima_client requires Python 3.7+. It is multi-platform, and the goal is to make it work equally well on Windows, Linux and OSX.
Installation
The library is published in PyPi.
pip install infima_client
Usage
Contact Support for an access token.
from infima_client import InfimaClient
token = "..."
client = InfimaClient(token=token)
client.demo()
Alternatively, the token can be configured with the INFIMA_TOKEN
environment variable.
More Information
See the Docs for more information.
Contact Support if you have any questions.
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
infima_client-0.285.2a0.tar.gz
(62.4 kB
view hashes)
Built Distribution
Close
Hashes for infima_client-0.285.2a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cf70dc0e2dc222f8998a2013276bb6a7aab28dee22bd55d4ea01cf96fb1b239 |
|
MD5 | 5d47bc1ee26ff16b9f90182fdcadf529 |
|
BLAKE2b-256 | 2c38b92d0bc71c79f60f68c6f5b1529a6a6bbc666fb65f702156f0b7aa3198f5 |