Skip to main content

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


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.2.tar.gz (64.6 kB view hashes)

Uploaded Source

Built Distribution

infima_client-0.285.2-py3-none-any.whl (227.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page