openzim / python-scraperlib

Collection of Python code to re-use across Python-based scrapers
GNU General Public License v3.0
18 stars 16 forks source link

API updates #98

Closed rgaudin closed 1 year ago

rgaudin commented 1 year ago

Additional API changes and tweaks following #97, preparing version 3.0.0

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@dcb07b3). Click here to learn what that means. Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #98 +/- ## ======================================== Coverage ? 100.00% ======================================== Files ? 32 Lines ? 1297 Branches ? 0 ======================================== Hits ? 1297 Misses ? 0 Partials ? 0 ``` | [Impacted Files](https://codecov.io/gh/openzim/python-scraperlib/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openzim) | Coverage Δ | | |---|---|---| | [src/zimscraperlib/zim/archive.py](https://codecov.io/gh/openzim/python-scraperlib/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openzim#diff-c3JjL3ppbXNjcmFwZXJsaWIvemltL2FyY2hpdmUucHk=) | `100.00% <ø> (ø)` | | | [src/zimscraperlib/constants.py](https://codecov.io/gh/openzim/python-scraperlib/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openzim#diff-c3JjL3ppbXNjcmFwZXJsaWIvY29uc3RhbnRzLnB5) | `100.00% <100.00%> (ø)` | | | [src/zimscraperlib/i18n.py](https://codecov.io/gh/openzim/python-scraperlib/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openzim#diff-c3JjL3ppbXNjcmFwZXJsaWIvaTE4bi5weQ==) | `100.00% <100.00%> (ø)` | | | [src/zimscraperlib/image/\_\_init\_\_.py](https://codecov.io/gh/openzim/python-scraperlib/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openzim#diff-c3JjL3ppbXNjcmFwZXJsaWIvaW1hZ2UvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [src/zimscraperlib/image/probing.py](https://codecov.io/gh/openzim/python-scraperlib/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openzim#diff-c3JjL3ppbXNjcmFwZXJsaWIvaW1hZ2UvcHJvYmluZy5weQ==) | `100.00% <100.00%> (ø)` | | | [src/zimscraperlib/zim/creator.py](https://codecov.io/gh/openzim/python-scraperlib/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openzim#diff-c3JjL3ppbXNjcmFwZXJsaWIvemltL2NyZWF0b3IucHk=) | `100.00% <100.00%> (ø)` | | | [src/zimscraperlib/zim/filesystem.py](https://codecov.io/gh/openzim/python-scraperlib/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openzim#diff-c3JjL3ppbXNjcmFwZXJsaWIvemltL2ZpbGVzeXN0ZW0ucHk=) | `100.00% <100.00%> (ø)` | | | [src/zimscraperlib/zim/metadata.py](https://codecov.io/gh/openzim/python-scraperlib/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openzim#diff-c3JjL3ppbXNjcmFwZXJsaWIvemltL21ldGFkYXRhLnB5) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openzim). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openzim)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.