Skip to main content

Python API Client for Tetration Analytics

Project description

TetPyClient is the Tetration Analytics SDK API for Python, which allows Python developers to use the Tetration REST API (called OpenAPI). The latest documentation may be found under the User Guide on the Tetration UI.

Quick Start

Python 2.7 (or above) or Python 3.6 (or above) is required. To install the library, use pip install:

$ pip install tetpyclient
$ python
>>> from tetpyclient import RestClient
>>> rc = RestClient('<API_ENDPOINT>', credentials_file='<CREDENTIALS_FILE_PATH>')
>>> resp = rc.get(...)
>>> print resp.status_code, resp.text

Development

Please see the Tetration Analytics User Guide section on OpenAPI for reference on how to generate API keys and examples to use the REST client.

Getting Help

Please contact support@tetrationanalytics.com.

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

tetpyclient-1.0.3.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

tetpyclient-1.0.3-py2.py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 2 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