Model runtime overview¶
The trac model runtime is lightweight Python package that provides the execution framework and the context in which all trac models are run.

The model runtime package allows each model’s internal logic to be fully abstracted from the execution environment, so provides an convenient method to build, ship and deploy portable, production-grade Python models.
Note
You can download and install the trac model runtime for Python models on pypi.org.