Metadata-Version: 2.1
Name: ch347api
Version: 0.0.4
Summary: A Python Library provides full access of SPI settings and communication with CH347 USB-SPI bridge chip in Python language.
Home-page: https://github.com/i2cy/ch347-hidapi
Author: I2cy Cloud
Author-email: i2cy@outlook.com
Project-URL: Bug Tracker, https://github.com/i2cy/ch347-hidapi/issues
Project-URL: Source Code, https://github.com/i2cy/ch347-hidapi
Project-URL: Documentation, https://github.com/i2cy/CH347-HIDAPI/blob/master/README.md
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: hidapi

<!-- markdownlint-disable MD033 MD036 MD041 -->

<div align="center">

# CH347-HIDAPI Python Library

_? [CH347-HIDAPI Github Page](https://github.com/i2cy/ch347-hidapi) ?_

</div>

<p align="center">
  <a href="https://github.com/i2cy/ch347-hidapi/master/LICENSE">
    <img src="https://img.shields.io/github/license/i2cy/ch347-hidapi.svg" alt="license">
  </a>
  <a href="https://pypi.python.org/pypi/ch347api">
    <img src="https://img.shields.io/pypi/v/ch347api.svg" alt="pypi">
  </a>
  <img src="https://img.shields.io/badge/python-3.7+-blue.svg" alt="python">
</p>

## Abstract
This project is the API library of CH347 USB-SPI bridge chip based on Python.
Only support standard USB-HID mode setting of CH347 chip.

This library provides full access of SPI settings and communication with CH347 USB-SPI 
bridge chip in Python language.

[CH347-Chip Official Site](https://www.wch.cn/products/CH347.html)

## Installation
`pip install ch347api`

## Requirements
`Python >= 3.7`
`hidapi`
