Metadata-Version: 2.1
Name: tapen
Version: 0.2.0
Summary: Tapen - software for managing label printers
Home-page: https://github.com/corvis/tapen
License: GPL-3.0-or-later
Author: Dmitry Berezovsky
Maintainer: Dmitry Berezovsky
Requires-Python: >=3.10,<3.12
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Pillow (>=9.1.0)
Requires-Dist: appdirs (>=1.4.4)
Requires-Dist: cli-rack[validation] (>=1.0.1,<1.1.0)
Requires-Dist: jinja2 (>=3.0.0,<4.0.0)
Requires-Dist: python-poppler (>=0.4.1,<0.5.0)
Requires-Dist: pyusb (>=1.2.1,<1.3.0)
Requires-Dist: pyyaml (>=5.0.0)
Requires-Dist: weasyprint (>=60.2,<61.0)
Project-URL: Repository, https://github.com/corvis/tapen
Description-Content-Type: text/markdown

# Tapen

Tapen is a tool for composing and printing labels on a tape witha specialized printers. At the moment only Brother printers are supported.

# Credits

* Dmitry Berezovsky (@corvis) - author and main maintainer
* Dominic Radermacher (blip@mockmoon-cybernetics.ch) - creator of libptouch, the source code of this library was used to understand the interface to Brotehr devices.
* [CLI Rack](https://github.com/corvis/cli-rack)

# Disclaimer

This module is licensed under MIT. This means you are free to use it in commercial projects.

The MIT license clearly explains that there is no warranty for this free software. Please see the included LICENSE file
for details.

