Metadata-Version: 2.4
Name: thermalprinter
Version: 2.1.0
Summary: Driver for the DP-EH600 thermal printer (AdaFruit).
Project-URL: Homepage, https://github.com/BoboTiG/thermalprinter
Project-URL: Changelog, https://github.com/BoboTiG/thermalprinter/blob/main/CHANGELOG.md
Project-URL: Source, https://github.com/BoboTiG/thermalprinter
Project-URL: Sponsor, https://github.com/sponsors/BoboTiG
Project-URL: Tracker, https://github.com/BoboTiG/thermalprinter/issues
Project-URL: Released Versions, https://github.com/BoboTiG/thermalprinter/releases
Author-email: Mickaël Schoentgen <contact@tiger-222.fr>
Maintainer-email: Mickaël Schoentgen <contact@tiger-222.fr>
License: MIT License
        Copyright (c) 2016-2025, Mickaël 'Tiger-222' Schoentgen
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License-File: LICENSE
Keywords: adafruit,dp-eh400,dp-eh600,driver,printer,thermal-printer
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Printing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Requires-Python: >=3.9
Requires-Dist: pyserial<4,>=3.5
Provides-Extra: calendar
Requires-Dist: cairosvg==2.7.1; extra == 'calendar'
Requires-Dist: pillow<12,>=9.5; extra == 'calendar'
Requires-Dist: recurring-ical-events==3.5.2; extra == 'calendar'
Requires-Dist: requests<2.40,>=2.30; extra == 'calendar'
Provides-Extra: dev
Requires-Dist: build==1.2.2.post1; extra == 'dev'
Requires-Dist: twine==6.1.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: enum-tools[sphinx]==0.12.0; extra == 'docs'
Requires-Dist: myst-parser==4.0.1; extra == 'docs'
Requires-Dist: shibuya==2025.2.28; extra == 'docs'
Requires-Dist: sphinx-copybutton==0.5.2; extra == 'docs'
Requires-Dist: sphinx-new-tab-link==0.6.1; extra == 'docs'
Requires-Dist: sphinx==8.2.3; extra == 'docs'
Provides-Extra: lint
Requires-Dist: mypy==1.15.0; extra == 'lint'
Requires-Dist: ruff==0.9.9; extra == 'lint'
Requires-Dist: types-python-dateutil; extra == 'lint'
Requires-Dist: types-requests; extra == 'lint'
Provides-Extra: persian
Requires-Dist: arabic-reshaper==3.0.0; extra == 'persian'
Requires-Dist: python-bidi<0.7,>=0.6; (python_version < '3.14') and extra == 'persian'
Provides-Extra: tests
Requires-Dist: freezegun==1.5.1; extra == 'tests'
Requires-Dist: pillow<12,>=9.5; extra == 'tests'
Requires-Dist: pytest-cov<7,>=4; extra == 'tests'
Requires-Dist: pytest<9,>=7.4; extra == 'tests'
Requires-Dist: responses<0.26,>=0.23; extra == 'tests'
Provides-Extra: weather
Requires-Dist: requests<2.40,>=2.30; extra == 'weather'
Description-Content-Type: text/markdown

# DP-EH600 Thermal Printer

[![PyPI Version](https://img.shields.io/pypi/v/thermalprinter.svg)](https://pypi.python.org/pypi/thermalprinter)
[![PyPI Status](https://img.shields.io/pypi/status/thermalprinter.svg)](https://pypi.python.org/pypi/thermalprinter)
[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/thermalprinter.svg)](https://pypi.python.org/pypi/thermalprinter)
[![Tests](https://github.com/BoboTiG/thermalprinter/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/BoboTiG/thermalprinter/actions/workflows/tests.yml)
[![Github License](https://img.shields.io/github/license/BoboTiG/thermalprinter.svg)](https://github.com/BoboTiG/thermalprinter/blob/master/LICENSE)

Python module to manage DP-EH600 thermal printers (the one sold by AdaFruit).

- **Python 3.9** minimum;
- This is a clean follow of the technical manual with few helpers;
- And there is a [complete, and beautiful, documentation](https://thermalprinter.readthedocs.io) 🙂
- **Contributors** are welcome, check the [developer guide](https://thermalprinter.readthedocs.io/developers.html)!

## Supported Printers, Installation, Usage, and much more!

Check the [documentation](https://thermalprinter.readthedocs.io).
