Metadata-Version: 2.1
Name: MoxTools
Version: 0.1.7
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
```
