Metadata-Version: 2.1
Name: ITS_CLI
Version: 0.9.0
Summary: SMARTC&S Co., Ltd is a Korean company that produces and supplies various sensor equipment and provides the ITS (IoT Total Solution) service, which allows real-time monitoring and data analysis of sensor equipment data. The ITS_CLI provides a Python API that allows ITS users to directly access ITS data.
Home-page: https://github.com/bkchae/ITS_CLI
Author: SMARTC&S Co.,Ltd
Author-email: byungkwan.chae1@smartcs.co.kr
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: pyfiglet
Requires-Dist: tabulate
Requires-Dist: prettytable
Requires-Dist: scipy

# ITS_CLI

**ITS_CLI** is a Python API provided by SMARTC&S Co., Ltd, allowing ITS users to monitor sensor data in real-time and perform data analysis.

## Project Overview

SMARTC&S Co., Ltd is a Korean company that produces and supplies various sensor equipment and provides the ITS (IoT Total Solution) service, which allows real-time monitoring and data analysis of sensor equipment data. The ITS_CLI provides a Python API that allows ITS users to directly access ITS data.

## Features

- Real-time access to sensor data
- Data analysis capabilities

## Installation

To install ITS_CLI, use the following command:

```bash
pip install ITS_CLI
```

## License
This project is distributed under the MIT License. See the LICENSE file for details.

## Contact
For inquiries about this project, please contact us at:

- Author: SMARTC&S Co.,Ltd
- Email: byungkwan.chae1@smartcs.co.kr
