Manage CAN Data elegantly.
pip install CANdas==1.0.0
Manage and analyze CAN bus data elegantly and efficiently, locally or in the cloud.
Extensive documentation can be found here: https://lionsracing.gitlab.io/candas/index.html
pip install candas
Fork the repository.
Install prerequisites.
pip install -r requirements.txt
Implement the new feature or bug fix.
Implement test case(s) to ensure that future changes do not break legacy.
Run the tests.
Create a pull request.