Metadata-Version: 2.1
Name: ITS_CLI
Version: 0.9.3
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
Requires-Dist: influxdb-client

# 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
```

## Usage
To use this program, you need to prepare three things:
1) ITS account and password
2) config.ini file for server connection
3) Certificate file for communication encryption

Please contact the administrator for these.
For actual usage, please refer to the test_ITS_CLI.py file in the tests folder.

## 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
