Metadata-Version: 2.4
Name: btsnoop-parser
Version: 0.1.1
Summary: Bluetooth HCI btsnoop log parser for Android
Author-email: Your Name <you@example.com>
License-Expression: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

### README.md

# btsnoop-parser

A Python library to parse and decode Android Bluetooth `btsnoop_hci.log` files.

## Usage

```bash
pip install .
btsnoop_parser path/to/btsnoop_hci.log
```
