Pystra

Pystra analyses the structural reliability of Python code and summarises it in a report.

See also

Installation

$ uv add pystra

Reliability analysis

A FORM (first-order reliability method) analysis can lead to the following result, for example:

==================================================

 RESULTS FROM RUNNING FORM RELIABILITY ANALYSIS

 Number of iterations:      17
 Reliability index beta:    1.75397614074
 Failure probability:       0.039717297753
 Number of calls to the limit-state function: 164

==================================================