355 Commits

Author SHA1 Message Date
Eric Lapouyade
a712baff03 fix #448 2022-07-14 18:16:20 +02:00
Eric Lapouyade
7816ea6270 update changelog v0.16.3 2022-07-14 15:25:24 +02:00
Eric Lapouyade
5f21feb72d fix #444 2022-07-14 15:06:21 +02:00
elapouya
7290528b3d flake8 fix 2022-06-12 16:28:02 +02:00
elapouya
a0f6589d34 PR #442 2022-06-12 16:17:27 +02:00
elapouya
0ab1144a8d Merge branch 'karolzlot-type_hints1' 2022-06-12 16:15:46 +02:00
elapouya
6da5022b41 Merge branch 'type_hints1' of https://github.com/karolzlot/python-docx-template into karolzlot-type_hints1
PR #442
2022-06-12 16:02:44 +02:00
Karol Zlot
bda05f2101 return None 2022-06-12 10:44:24 +02:00
Karol Zlot
25a6e42850 Reverse name changes 2022-06-12 10:43:03 +02:00
elapouya
624bc15a10 fix #443 2022-06-12 10:30:44 +02:00
Karol Zlot
43ceb38465 Add type hints to get_undeclared_template_variables 2022-06-06 23:49:48 +02:00
Karol Zlot
2681c4801d Add first type hints 2022-06-06 23:44:07 +02:00
elapouya
c1f994e632 Changed escape.py test, see #346 2022-05-21 15:06:24 +02:00
Eric Lapouyade
9b4e623c3c Add documentation for jinja-like comments in templates 2022-04-16 12:18:07 +02:00
Eric Lapouyade
6bfd2eb85a PR #427 2022-04-16 11:02:40 +02:00
Eric Lapouyade
d283f3f88a PR #427 2022-04-16 10:58:42 +02:00
Eric Lapouyade
b4e533ae66 PR #427 v0.16.0 2022-04-16 10:55:42 +02:00
Staffan Malmgren
4e073ea451 Added support for jinja comments for paragraphs and table rows+cells 2022-03-28 23:43:34 +02:00
Eric Lapouyade
8a3c2051ad fix codestyle.yml 2022-03-12 18:43:11 +01:00
Eric Lapouyade
9a7ac8f4e9 fix codestyle.yml 2022-03-12 18:40:52 +01:00
Eric Lapouyade
00b9a97222 fix codestyle.yml 2022-03-12 18:39:59 +01:00
Eric Lapouyade
605844aa17 fix codestyle.ymle 2022-03-12 18:38:25 +01:00
Eric Lapouyade
b95a23395f fix #422 2022-03-12 18:31:03 +01:00
Eric Lapouyade
23038b98de fix #408 2022-01-12 15:25:07 +01:00
Eric Lapouyade
19733a6b5b
Merge pull request #402 from 42sol-eu/master
Add documentation for get_undeclared_template_variables() method
v0.15.2
2021-12-30 12:07:43 +01:00
Andreas **Felix** Häberle
d2037d2a54
added interface function to check variables in document 2021-12-22 18:49:35 +01:00
Eric Lapouyade
e574b6c650 remove f-string for python < 3.6 compability v0.15.1 2021-12-20 16:31:29 +01:00
Eric Lapouyade
589262664f fix #392 2021-12-20 12:07:12 +01:00
Eric Lapouyade
d22aeb41db Fix #398 v0.15.0 2021-12-19 12:18:57 +01:00
Eric Lapouyade
4a9acdcf79
Merge pull request #386 from Lcrs123/make_module_executable
Improvements for template used in test module_execute.py
2021-10-06 15:10:06 +02:00
Lucas
234ec65e9d improvements for test template 2021-10-06 09:13:39 -03:00
Eric Lapouyade
e3e1ab58d1 Fix typo 2021-10-01 16:09:11 +02:00
Eric Lapouyade
727d07fa3e Changed code to be python < 3.6 compatible 2021-10-01 12:34:32 +02:00
Eric Lapouyade
0238472033 Changed code to be python < 3.6 compatible 2021-10-01 12:29:56 +02:00
Eric Lapouyade
5e8aeae272 Changed code to be python < 3.6 compatible v0.14.1 2021-10-01 12:25:45 +02:00
Eric Lapouyade
5dfe448a9a Changed code to be python < 3.6 compatible 2021-10-01 12:20:46 +02:00
Eric Lapouyade
541d5ce7cb Changed code to be python < 3.6 compatible 2021-10-01 12:11:43 +02:00
Eric Lapouyade
b0a5de05aa Codestyling 2021-10-01 08:31:19 +02:00
Eric Lapouyade
d900f9296a Merge branch 'Lcrs123-make_module_executable' 2021-09-30 17:08:23 +02:00
Eric Lapouyade
1f3ef9b236 Add quiet option, update doc, modify test 2021-09-30 17:08:05 +02:00
Lucas
e4737ddfbb Added test for main function, template and json for running test v0.14.0 2021-09-30 09:41:58 -03:00
Lucas
7b2d7e1946 Added argument for overwrite without confirmation and constants for easier referencing of arguments 2021-09-30 09:39:40 -03:00
Lucas
2dee2ddd1c Small change in error message for main() 2021-09-29 13:04:47 -03:00
Lucas
5f3fe03108 Small change in error catching in validate function 2021-09-29 11:04:42 -03:00
Lucas
b6f9c992f5 Added function for rendering docx instead of directly calling method on DocxTemplate instance. Added exception chaining to a few functions there were missing it. 2021-09-29 10:35:26 -03:00
Lucas
a78462ee0f Reformat, added comments and small fixes in error catching 2021-09-29 09:46:16 -03:00
Lucas
8004fcf6bc Added basic functionality to make the module executable 2021-09-28 15:25:09 -03:00
Lucas
a45cc806d8 Added basic functionality to make the module executable 2021-09-28 15:12:29 -03:00
Eric Lapouyade
21a0a46a43
Merge pull request #376 from DeanWunder/patch-1
Update index.rst, fixed a misspell.
2021-08-16 01:20:41 +02:00
DeanWunder
9708802400
Update index.rst, fixed a misspell. 2021-08-16 08:39:08 +10:00