Metadata-Version: 2.1
Name: pybtool
Version: 0.1.0
Summary: bluetooth tool
License: MIT
Author: wwdeng
Author-email: d102410241024@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pyserial (>=3.5,<4.0)
Description-Content-Type: text/markdown

# Bluetooth Tool

## develop
```
poetry install -vvv
poetry shell
btool
```
PowerShell to run btool will give an error, indicating that btool is not found, you can use 'poetry run btool' to run



## publish
poetry build
poetry publish
