Metadata-Version: 2.1
Name: arducam-config-parser
Version: 0.1.1
Summary: arducam_config_parser is a python wrapper for dynamic libraries. 
Home-page: https://github.com/ArduCAM/arducam_config_parser
Author: ArduCam
Author-email: support@arducam.com
License: UNKNOWN
Platform: Windows
Platform: Linux
Classifier: Programming Language :: Python
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown

## Introduction
This project is based on the open source project [inih](https://github.com/benhoyt/inih), which is used to parse the .cfg format configuration file of ArduCam.

Note: arducam_config_parser.py is a python wrapper for dynamic libraries. To use it, you need to install the dynamic library first.

### Built
```
cd src
make clean && make
```

### Installation
`make install`

