Python Client
Today, many hardware teams use Python as their primary language for test scripts. The TofuPilot Python client is easy to install and seamlessly integrates into existing code with minimal disruption.
Installation
You can install the TofuPilot Python client using pip.
pip install tofupilot
Usage
Using the TofuPilot Python client is straighforward as it uses the same syntax as the REST API. All examples in this documentation use the Python client.
Contribute
The TofuPilot Python client is open source under an MIT license, with a contribution guide available on GitHub. For any issues or feature requests, please open an issue on GitHub so we can assist you best.