Commit f8ff243
authored
Merge pull request #28 from AlexNikic/main
Exposed harmonydata/harmony#75 to the API3 files changed
Lines changed: 9 additions & 2 deletions
- .github/PULL_REQUEST_TEMPLATE.md+2
- pyproject.toml+1-1
- requirements.txt+2-1
- src/harmony/__init__.py+16-10
- src/harmony/matching/matcher.py+141-144
- src/harmony/matching/visualize_questions_gui.py+295
- src/harmony/parsing/html_parser.py+257
- src/harmony/parsing/util/__init__.py+12-11
- src/harmony/parsing/wrapper_all_parsers.py+12-9
- src/harmony/schemas/enums/file_types.py+3-5
- src/harmony/schemas/errors/base.py+36-19
- src/harmony/schemas/requests/text.py+3-2
- src/harmony/services/export_pdf_report.py+604-63
- src/harmony/util/instrument_helper.py+12-1
- src/harmony/util/url_loader.py+221
- tests/test_export_pdf_report.py+357-3
- tests/test_null_and_empty_handling.py+39
- tests/test_url_loader.py+233
- tests/test_visualize_questions_gui.py+49
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
435 | 436 | | |
436 | 437 | | |
437 | 438 | | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments