Provided by: python-numm_0.5-1_all bug

NAME

       numm-run - Run a numm program

SYNOPSIS

       numm-run FILE

DESCRIPTION

       Running a Python script with numm-run is equivalent to insering a call

           numm.run(**globals())

       with  the  addition  that  if the source file changes, numm-run will reload it and use the
       newer code for callbacks.