Skip to content

raceup/moviola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Race UP Electric Division | moviola

Replay data logs

Say Thanks!

Use case

You want to replay log data.

Features

  • parses raw logs
  • visualize logged data
  • compute (and visualize) virtual data (f(x) = 2 * a(x) / b(x - 1))

Install

$ pip install .

To install from source

Upgrade

$ pip install . --upgrade --force-reinstall

To upgrade from source

Usage

$

See the documentation for more information

Got questions?

If you have questions or general suggestions, don't hesitate to submit a new Github issue.

Contributing

Fork | Patch | Push | Pull request

Feedback

Suggestions and improvements are welcome!

Authors

sirfoga
Stefano Fogarollo

Thanks

Thanks to anyone who ever loved this awesome project.

License

All of the codebases are MIT licensed unless otherwise specified.

Back to top