Metadata-Version: 2.1
Name: MoxTools
Version: 0.3.2
Summary: A Python package for data processing & plotting
Author: MorganChen
Description-Content-Type: text/markdown

# MoxTools

MoxTools is a library for analyzing data and data plotting.

## 📌 Features
- **Data Analysis**: Provides tools for statistical analysis.
- **Data Visualization**: Supports various plotting functions.

## 🛠️ Supported Tools
- `asmt_tool`: A specialized tool for data analysis.

## 📦 Installation
```bash
pip install MoxTools
```

## 🚀 Usage
```python
from MoxTools import dataProc
from MoxTools import radarIO
from MoxTools import fileMg
from MoxTools import chart
from MoxTools import asmt_tool
```

## 📜 version

🧪 0.3.2    add `add minor ytick for scatter chart` & `read detout data log from files`   
🧪 0.3.1    add `is_matching_fileName()`   
🧪 0.3.0    support `read_rs60g_csv_2APN()` & `parse MCU 2APN log`   
🧪 0.2.1    fix "read log file error issue(CP950): UTF-8"  
🧪 0.2.0    fix "read_rs60g_csv() read clst_r0 error" issue
