Metadata-Version: 2.3
Name: can-log-analyzer
Version: 25.0.0
Summary: CAN log Analyzer
Keywords: python,CAN,log,analyzer
Author: chaitu-ycr
Author-email: chaitu-ycr <chaitu.ycr@gmail.com>
License: MIT License
         
         Copyright (c) 2025 chaitu-ycr
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Dist: cantools
Requires-Dist: python-can
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: streamlit
Requires-Python: >=3.10, <=3.14
Project-URL: documentation, https://chaitu-ycr.github.io/automotive-test-kit/packages/can_log_analyzer
Project-URL: homepage, https://github.com/chaitu-ycr/automotive-test-kit/tree/main/packages/can_log_analyzer
Project-URL: repository, https://github.com/chaitu-ycr/automotive-test-kit/
Description-Content-Type: text/markdown

# CAN Log Analyzer

A web-based tool for analyzing CAN log files using Streamlit, Plotly, and cantools.

## Features

- Upload and parse CAN log files (`.asc`, `.blf`)
- Load CAN database files (`.dbc`)
- Visualize and plot selected CAN signals interactively
- User-friendly web interface with sidebar controls
- Interactive signal selection and customizable plots (scatter, line, heatmap)
- Grid and axis customization for detailed analysis

## Notes

- Ensure you are using Python 3.9–3.13 as specified in the project requirements.
- Only `.dbc` files are supported for CAN database input.

## Usage - Web App

To start the web application, run:

```powershell
python -m can_log_analyzer.run_web_app
```

- The app will launch in your default web browser at `http://localhost:8501` (unless otherwise configured).
- Use the sidebar to upload your CAN log files (`.asc`, `.blf`) and CAN database files (`.dbc`).
- Select channels, messages, and signals to visualize.
- Choose plot type and customize grid/axis options as needed.
- Interactive plots and analysis will be available after loading your files.

## [source manual](https://chaitu-ycr.github.io/automotive-test-kit/packages/can_log_analyzer/#source-manual)
