Metadata-Version: 2.1
Name: esp32-api-001
Version: 0.0.2
Summary: A small example package
Home-page: https://github.com/yourusername/mypymodule
Author: AL
Author-email: AL <zhoulong0014@163.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
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

# MyPyModule

[![PyPI version](https://badge.fury.io/py/mypymodule.svg)](https://badge.fury.io/py/mypymodule)

## Description
A Python wrapper for interacting with a MicroPython device.

## Installation
You can install this package using pip:
```bash
pip install esp32-api-001
