nanover.recording.dump_cli module

Read the shared state time series as recorded by NanoVer.

Example when used as a cli:

# show the help
nanover-dump-state --help

# show the timestamps and state updates one record per line
nanover-dump-state my_file.state
# show the timestamps and the state updates in human-readable form
nanover-dump-state --pretty my_file.state

# show the timestamps and full states one record per line
nanover-dump-state --full my_file.state
# show the timestamps and full state in human-readable form
nanover-dump-state --full --pretty my_file.state
nanover.recording.dump_cli.main()