Skip to content

Instantly share code, notes, and snippets.

@joshreini1
Created June 15, 2023 14:01
Show Gist options
  • Save joshreini1/34daf8a14d6aacab1bfa4a77905d0c5b to your computer and use it in GitHub Desktop.
Save joshreini1/34daf8a14d6aacab1bfa4a77905d0c5b to your computer and use it in GitHub Desktop.
!pip install truera
import truera
from truera.client.truera_workspace import TrueraWorkspace
from truera.client.truera_authentication import TokenAuthentication
tru = TrueraWorkspace('https://app.truera.net/', TokenAuthentication(TOKEN))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment