Metadata-Version: 2.1
Name: air-sensor-analysis
Version: 0.2
Summary: A package for analyzing low-cost sensor and reference data
Home-page: https://github.com/moadams847/sensor_analysis
Author: Mohammmed Adams
Author-email: moadams847@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: numpy

# Sensor Analysis

A Python package for analyzing low-cost sensor and reference data.

## Installation

```bash
pip install air-sensor-analysis
