Skip to content

The Trinsic Python SDK

The Trinsic Python SDK makes it easy to interact with the Trinsic API from any Python application. The most recent version of the library can be found on PyPi. You can find the SDKs source on Github. Sample applications are located on Github

Installation and Configuration

  • Recommended: Create a virtual environment
  • Install the trinsic package
    pip install trinsic-sdk
    
  • Test installation by running the following shell command:

    # May be "python" or "python3" depending on your install
    python -m trinsic
    

  • The output should look something like this:

    Package successfully installed. Sample profile below