- post_processor: Adapt to most recent PyPDF2 import paths after their breaking change (
08062bd
) - Pin PyPDF2 version (closes #10) (
0b53246
)
See all commits in this version
- setup: Introduce Python 3.9 and 3.10 into allowed versions and remove 3.6 (
fdfc14d
)
- README: Update image after changing the font (
5cbcfd9
)
See all commits in this version
- main: Insert actual raw template.xml download url as default value and refine command line help (
6743dc5
) - input: Reintroduce input into newly packaged project structure (
4b3b91a
)
See all commits in this version
- fonts: Include fonts in release (
493bb6a
)
See all commits in this version
- properties: Refurbish properties' use and enable easy overwriting via properties_custom.py (
cb0a755
)
- Greatly improve docs and fix README example call (
7e5e1dd
)
See all commits in this version
- XML: Allow for processing general XML files and prepare examples (
2a3b7e9
)
- TableStyles: Turn background in colorful again (
90bc427
) - XMLRow: Introduce mandatory call to create full row representation (
799c870
) - TableBuilder: Fix an issue with the stylesheet reference (
3f65a96
)
- events: Reintroduce events into docs (
b2654ee
) - README: Improve README (
8eff47a
) - README: Introduce more descriptions (
adaefa4
) - README: Adapt command in README to new version (
9eca5ad
)
See all commits in this version
- EventTable: Introduce extend method for
EventTable.py
und use it inTableBuilder.py
(f205071
) - properties: Parse and process fonts from
properties.py
(07edc8a
)
- README: Improve documentation of commandline parameters (
86d1734
) - readthedocs: Refine code block in docstring of
table_styles.py::custom_styles()
(4ea2e62
) - readthedocs: Refine code block in docstring of
table_styles.py::custom_styles()
(e931524
) - readthedocs: Refine code block in docstring of
table_styles.py::custom_styles()
(c7d900e
) - readthedocs: Repair code block in docstring of
table_styles.py::custom_styles()
(1aac9ad
) - readthedocs: Improve code block in docstring of
table_styles.py::custom_styles()
(f39a82b
) - readthedocs: Improve docstrings of
table_styles.py::custom_styles()
(0c4fbc2
) - readthedocs: Improve docstrings of
post_processor.py
andtable_styles.py
(25a2774
) - readthedocs: Improve docstrings of
events.py::Event.get_table_row()
(3862d53
) - readthedocs: Improve docstrings of
events.py
,parser.py
andtable_styles.py
(79068eb
) - readthedocs: Improve docstrings of
events.py::Event
(6031852
) - Event: Refine docstring of
events.py::Event.get_full_row
(30d5daa
) - Event: Refine docstring of
events.py::Event._init_reduced_row()
(dd76c10
) - readthedocs: Reinsert sphinx docs for all packages and modules (
860282c
) - readthedocs: Remove hint about end of 2019 from ReadTheDocs (
5843554
) - readme: Include hint on scheduled Heroku deployment into
README.md
(287ee95
) - readme: Correct s typo in the
README.md
(d42106c
) - readme: Introduce new badges to
README.md
with release number and compatible Python versions (78dd7b4
) - setup: Specify Python versions as classifiers in
setup.py
to make them more visible (e71b768
)