Tessitura Python Library

Is there anyone interested in a Python library to support Data Science within the TESSITURA community?

 who worked at the Cooper Hewitt and has worked with others in the community created a very basic tessitura Python library back in March 2019 that I've adopted.  However, it is in no way feature complete.  And needs some development.  No work seems to have been done since July 2019.  Given that Micah may or may not currently be active in the community I'm not clear if and when and further work will happen with that code.

Are there folks in the community that would like to have a "standard" Python REST API library to support both Web and Data Science uses of the Tessitura API?

If so do you have an interest in working on such a project?

Parents Reply
  • You can check out the current library at 

    https://pypi.org/project/tessitura/

    And install it into a python >= 3.6 with the typical

    pip install tessitura

    It is really just a wrapper of the standard python request library that you use to access the Tessitura REST API.

    I've successfully used this as part of the process to:

    • Download output sets
    • Grab Custom Views
    • Update Tessitura accounts & Orders
    • Work with custom stored procedures that can be exposed through the Tessitura API.

    However, it is not yet set up to allow one to call Delete REST API commands.  (One of my next steps.)  It also has a 15-second timeout limit.

Children