flinventory 0.6.11__py3-none-any.whl → 0.6.12__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.
- flinventory/signprinter_latex.py +5 -0
- {flinventory-0.6.11.dist-info → flinventory-0.6.12.dist-info}/METADATA +1 -1
- {flinventory-0.6.11.dist-info → flinventory-0.6.12.dist-info}/RECORD +6 -6
- {flinventory-0.6.11.dist-info → flinventory-0.6.12.dist-info}/WHEEL +0 -0
- {flinventory-0.6.11.dist-info → flinventory-0.6.12.dist-info}/entry_points.txt +0 -0
- {flinventory-0.6.11.dist-info → flinventory-0.6.12.dist-info}/licenses/LICENSE +0 -0
flinventory/signprinter_latex.py
CHANGED
@@ -549,6 +549,11 @@ class SignPrinterLaTeX:
|
|
549
549
|
path to created pdf file
|
550
550
|
"""
|
551
551
|
self.save_signs_latex(things)
|
552
|
+
latex: (
|
553
|
+
subprocess.CalledProcessError
|
554
|
+
| subprocess.CompletedProcess
|
555
|
+
| argparse.Namespace
|
556
|
+
)
|
552
557
|
try:
|
553
558
|
latex = subprocess.run(
|
554
559
|
LATEXMK_OPTIONS + [self.signs_file],
|
@@ -1,7 +1,7 @@
|
|
1
|
-
flinventory-0.6.
|
2
|
-
flinventory-0.6.
|
3
|
-
flinventory-0.6.
|
4
|
-
flinventory-0.6.
|
1
|
+
flinventory-0.6.12.dist-info/METADATA,sha256=ISA-yRQ8h_zEgjqeAcp9Q_9dV_KCgNxKhEUy-NrmYEE,4908
|
2
|
+
flinventory-0.6.12.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
3
|
+
flinventory-0.6.12.dist-info/entry_points.txt,sha256=De3jjbHfy68_ZrwdjywlgrSUCn4QhqZGI0CJJt9S8_c,78
|
4
|
+
flinventory-0.6.12.dist-info/licenses/LICENSE,sha256=9c-AWlAEeFMmn1aODEfabsw2he-SpQeykurYw-KqSdw,34478
|
5
5
|
flinventory/__init__.py,sha256=0HTGxw9J-2KnbxQbzX6HH-Pztkp0BEjiHANhndfbtYM,270
|
6
6
|
flinventory/__main__.py,sha256=5U_RxWDlnhzlC98RaE8SkejjiYjv27OLdm5DPYgL4Gw,1295
|
7
7
|
flinventory/box.py,sha256=rk7yrAjVdxcrpvmTMt3jkMVOAoQNJfqoSig9U2S3yJ0,10480
|
@@ -12,7 +12,7 @@ flinventory/generate_labels.py,sha256=wjlyta9gowWOLvVfOVUQ8Ktpv3eg85JbAfDzI4Ok2V
|
|
12
12
|
flinventory/inventory_io.py,sha256=OWThcf9nzeZNqvNpzQiBhESQAnVXC7hUA8DEVzq-w-Y,12561
|
13
13
|
flinventory/location.py,sha256=UgJlbno16ipuFa4yUZK3SLrid70ACwE5He9Dd4P2SMU,16875
|
14
14
|
flinventory/sign.py,sha256=8G7fsne3Nsf8zZKKTUl40uWMNsWIv7FYV2KcqBR2MQI,5515
|
15
|
-
flinventory/signprinter_latex.py,sha256=
|
15
|
+
flinventory/signprinter_latex.py,sha256=aeF2IQni847WzvXOnzT5P9qrWU9LF12WGWbcUML3qcc,27205
|
16
16
|
flinventory/thing.py,sha256=86fXj3RwTbkCdVVWrbyO-VEW_e5lKJlV8PPt1Xf8ejY,5079
|
17
17
|
flinventory/thingtemplate_latex/.gitignore,sha256=DTF250Ttj8O2lxrQBwMNrQ73rWPvdwCytipfZSLFtlU,51
|
18
18
|
flinventory/thingtemplate_latex/dummyImage.jpg,sha256=bIBH5Lrxlr5qJ42nP1cpJXPRNGLOwyEuzwXFSvNwTSk,147857
|
@@ -20,4 +20,4 @@ flinventory/thingtemplate_latex/sign.tex,sha256=cVlOjImuS97Gf19MGW27HiP6Uw8JNnob
|
|
20
20
|
flinventory/thingtemplate_latex/signlist-footer.tex,sha256=LcZw5__h8SqgMmYxs5oLbXLaFTQlx_X5rtYnpxwUh9Y,14
|
21
21
|
flinventory/thingtemplate_latex/signlist-header.tex,sha256=F1J4aSPq6QO_Ved4Zn7-rytP1vDkdWTqjjtGJpe_FDg,297
|
22
22
|
flinventory/thingtemplate_latex/signs-example.tex,sha256=J6eCcPhP0Xklgn8xnSenDOvjzmc_NGmakWU4RGbeUtM,3090
|
23
|
-
flinventory-0.6.
|
23
|
+
flinventory-0.6.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|