trac model runtime¶
A lightweight package that provides the execution framework and context for trac models. It allows you to build, ship, and deploy Python models into any environment with no code modification or complex environment set-up.

Designed for use both inside the trac framework an as a standalone solution, the trac model runtime can be easily embedded into your own platforms, allowing you to build portable production-strength Python models.
Note
See Part III for details on how to use the trac model runtime and build portable Python models — alternatively just visit pypi.org to download and install the package.