Skip to main content

The official Python client for the TofuPilot API

Project description

TofuPilot Python client

The official open source Python client for TofuPilot. Quickly and seamlessly integrate all your hardware test runs into one app with just a few lines of Python.

Table of Contents

Installation

Package can be installed via pip

pip install tofupilot

Usage

API Key Setup

Running the examples requires a TofuPilot AI API key. You can find examples in the examples/ directory.

  1. Get your own TofuPilot API Key: https://docs.tofupilot.com/api-key
  2. Set your TofuPilot API Key as an environment variable. You only need to do this once.
# set TofuPilot API Key (using zsh for example)

$ echo 'export TOFUPILOT_API_KEY=[your_key_here]' >> ~/.zshenv

# reload the environment (or just quit and open a new terminal)

$ source ~/.zshenv

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Contact

If you have any questions or feedback, feel free to open an issue or contact us at support@tofupilot.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

tofupilot-1.0.0.tar.gz (12.1 kB view hashes)

Uploaded Source

Built Distribution

tofupilot-1.0.0-py3-none-any.whl (12.0 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