tinyprint 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.2
2
+ Name: tinyprint
3
+ Version: 0.1.0
4
+ Summary: ui & cli to print zines with esc/pos printer
5
+ Author-email: Levin Eric Zimmermann <levin.eric.zimmermann@posteo.eu>
6
+ License: GPL
7
+ Requires-Python: >=3.10
8
+ Description-Content-Type: text/markdown
9
+ License-File: LICENSE
10
+ Requires-Dist: python-escpos>=3.1
11
+ Requires-Dist: dataclasses-json>=0.6.0
12
+ Requires-Dist: marko>=2.1.2
13
+ Provides-Extra: dev
14
+ Requires-Dist: pytest; extra == "dev"
15
+ Requires-Dist: mypy; extra == "dev"
16
+ Requires-Dist: types-six; extra == "dev"
17
+ Requires-Dist: types-pillow; extra == "dev"
18
+
19
+ # tinyprint
20
+
21
+ Software for printing tiny zines with ESC/POS printer.
@@ -0,0 +1,13 @@
1
+ tinyprint/__init__.py,sha256=DPWKsJKC9b5rgfugqlNL5tjHUDYy1vkY02cZf10hEXI,112
2
+ tinyprint/__main__.py,sha256=ICc3r03a0RJv_NNhaeryV65YlpbTriM62Grn7BgLiXA,8021
3
+ tinyprint/config.py,sha256=PPd4PYnYKsX0_cSW1aihyYjC0dnPVzKSzBICZWCDhe8,58
4
+ tinyprint/job.py,sha256=D87WzOgTarDa7cRQkH-meKoCTWKA9V4Zqj9lZsp9D9g,11001
5
+ tinyprint/jobconfig.py,sha256=b4iOeg1HSTAnuh_9YCpdZWJ2zveETW5QL2AjxlwEm5s,1684
6
+ tinyprint/preprocessor.py,sha256=9EpNYC3nkaBd75nbfbhSN3mmQawwyehUa2Hee5kZtto,3908
7
+ tinyprint/xescpos.py,sha256=QCrocWFDq4pElgw6_1HOdNE0JHb-aQv_UOjIxzxXyxo,6173
8
+ tinyprint-0.1.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
9
+ tinyprint-0.1.0.dist-info/METADATA,sha256=K8io_YNje1x4MqrN3m4df7UmBBtm5mi_a7AIfHEhlnQ,625
10
+ tinyprint-0.1.0.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
11
+ tinyprint-0.1.0.dist-info/entry_points.txt,sha256=HIRCgyspB4RGducBJkc106a99iXPCHNWTXbbZG51ut4,54
12
+ tinyprint-0.1.0.dist-info/top_level.txt,sha256=wZggB6MuNZLbIYB99OeMuQXDT8Za-OIIEk7xY9ylaoU,10
13
+ tinyprint-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (76.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ tinyprint = tinyprint.__main__:main
@@ -0,0 +1 @@
1
+ tinyprint