generated from Hochfrequenz/python_template_repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(scraping)!: scrape empty ebd sections and provide paragraph text (…
…#263) * WIP * WIP * fix linting * updated snapshots * add EbdNoTableSection to structure remarks * updated docstring * updated snapshots * Changed default value for empty ebd string and made it optional * Modified docstring * fix small bug * cover some edge cases when collecting ebd sections without tables * lint typecheck * updated snapshots * raise error if table does not exist at all * cleaned unused code
- Loading branch information
1 parent
751a6c0
commit b02a186
Showing
7 changed files
with
1,568 additions
and
644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
rebdhuhn>=0.2.3 | ||
rebdhuhn>=0.4.1 | ||
python-docx | ||
more_itertools | ||
attrs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.