Skip to main content

A Python API client for the Tyba Public API

Project description

Tyba API Client

Run the examples in this codebase

  • Establish a SSH connection to the AWS bastion (enables access to the pricing DB)
  • Start the Generation docker image
  • Start the Tyba Server REPL
  • Finally, run the example script shown below in a virtual environment (provided by poetry):
poetry shell
poetry install
HOST='http://localhost:3000' TYBA_PAT="dev-test-api-key"   python3 examples/pv_example.py

Common Error Scenarios:

Receiving a 401 Response

  • Check that the request is hitting the Tyba Server REPL
  • Check that the request is making it to the intended domain. (e.g., make sure the implementation of Client is reading the HOST env var)

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

tyba-client-0.1.16.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

tyba_client-0.1.16-py3-none-any.whl (7.7 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