Metadata-Version: 2.4
Name: goojprt-pt210-sdk
Version: 0.1.0
Summary: Unofficial Python SDK for the GOOJPRT PT-210 thermal printer (BLE / SPP)
Requires-Python: >=3.14
Requires-Dist: bleak>=0.22
Requires-Dist: pdf417>=0.8
Requires-Dist: pillow>=10.0
Provides-Extra: docs
Requires-Dist: sphinx>=7.0; extra == 'docs'
Provides-Extra: server
Requires-Dist: fastapi>=0.115; extra == 'server'
Requires-Dist: jinja2>=3.1; extra == 'server'
Requires-Dist: pydantic-settings>=2.2; extra == 'server'
Requires-Dist: pydantic>=2.7; extra == 'server'
Requires-Dist: python-multipart>=0.0.9; extra == 'server'
Requires-Dist: rich>=13.7; extra == 'server'
Requires-Dist: uvicorn[standard]>=0.30; extra == 'server'
Provides-Extra: test
Requires-Dist: httpx>=0.27; extra == 'test'
Requires-Dist: pytest-asyncio>=0.23; extra == 'test'
Requires-Dist: pytest>=8.0; extra == 'test'
Description-Content-Type: text/markdown

<div align="center">

# Unofficial GOOJPRT PT-210 SDK

*A Python driver for the 58 mm thermal printer that the vendor forgot to document.*

> Not affiliated with, endorsed by, or supported by GOOJPRT.
> Reverse-engineered from packet captures, sweat, and a little bit of thermal paper.

[![Powered by GitHub Copilot](https://img.shields.io/badge/Powered%20by-GitHub%20Copilot-24292e?logo=githubcopilot&logoColor=white)](https://github.com/features/copilot)
[![AIDD](https://img.shields.io/badge/Built%20with-AIDD-6f42c1)](https://en.wikipedia.org/wiki/Generative_artificial_intelligence)

</div>

> **AIDD — AI Driven Development**
> This project was written using AI-assisted development. The architecture, implementation, and documentation were produced through iterative collaboration with AI coding assistants (GitHub Copilot / Claude). Human judgment directed the design; AI did the heavy lifting.

---