Metadata-Version: 2.1
Name: tapen
Version: 0.0.1
Summary: Tapen - software for managing label printers
Home-page: https://github.com/corvis/tapen
Author: Dmitry Berezovsky
License: GPL-3.0-or-later
Keywords: brother labeler print labels python cli glabels
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Home Automation
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >3.6
Requires-Dist: pyusb (==1.2.1)
Requires-Dist: Pillow (==9.0.1)
Requires-Dist: cli-rack[validation] (~=1.0.1)
Requires-Dist: weasyprint (==52.5)
Requires-Dist: pyyaml (>=5.0.0)
Requires-Dist: appdirs (>=1.4.4)
Requires-Dist: jinja2 (>=3.0.0)


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.


