Tailer Beta Releases

DANGEROUS ZONE : On this page, you will find the Tailer Components' beta releases

Tailer API Endpoint Staging (Europe)

https://fd-io-jarvis-platform-api-proxy-staging-a7nkzexitq-ew.a.run.app/

Tailer SDK Beta releases

Beta versions of Tailer SDK are available here for testing purposes.
INSTALL ONLY IF YOU KNOW WHAT YOU ARE DOING !

Latest BETA package : 1.3.11

Beta 1.3.11 Release Note

  • TTT : added Mermaid Graph for tasks dependencies
Last updated : 2023-03-22 08:38
package.zip
60KB
Binary

Install Tailer SDK Package using PIP

  1. 1.
    Download the package above on your computer
  2. 2.
    Unzip the zip file. You should get a file named : tailer_sdk-X.Y.Z-py3-none-any.whl
    X.Y.Z is the SDK version number.
  3. 3.
    Install using PIP :
    pip3 install tailer_sdk-X.Y.Z-py3-none-any.whl --force-reinstall

Go back to the latest RELEASE version

From a terminal, use PIP to go back to the latest Tailer SDK RELEASE:
pip3 install tailer-sdk --force-reinstall