ArcanaFramework / fileformats

a Python package for the specification, validation and manipulation of file formats and types
https://arcanaframework.github.io/fileformats/
Other
3 stars 0 forks source link

Added in format classes scraped from IANA website #23

Closed tclose closed 1 year ago

tclose commented 1 year ago

Scraped IANA website to extract file extensions and magic numbers of all non-"vendor" file formats (possible to add in vendor ones later but just need to manual edit YAML file)

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 98.56% and project coverage change: +8.84 :tada:

Comparison is base (d7c25ef) 84.38% compared to head (534e092) 93.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## ========================================== + Coverage 84.38% 93.22% +8.84% ========================================== Files 28 31 +3 Lines 1793 4251 +2458 Branches 401 407 +6 ========================================== + Hits 1513 3963 +2450 - Misses 216 223 +7 - Partials 64 65 +1 ``` | [Impacted Files](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework) | Coverage Δ | | |---|---|---| | [fileformats/core/mark.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvY29yZS9tYXJrLnB5) | `71.21% <0.00%> (+1.06%)` | :arrow_up: | | [fileformats/misc/unclassified.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvbWlzYy91bmNsYXNzaWZpZWQucHk=) | `100.00% <ø> (ø)` | | | [fileformats/serialization/\_\_init\_\_.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvc2VyaWFsaXphdGlvbi9fX2luaXRfXy5weQ==) | `75.92% <47.36%> (+3.04%)` | :arrow_up: | | [fileformats/core/fileset.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvY29yZS9maWxlc2V0LnB5) | `87.03% <88.88%> (-0.45%)` | :arrow_down: | | [fileformats/core/utils.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvY29yZS91dGlscy5weQ==) | `74.61% <94.11%> (+1.73%)` | :arrow_up: | | [fileformats/audio/\_\_init\_\_.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvYXVkaW8vX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [fileformats/generic/\_\_init\_\_.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvZ2VuZXJpYy9fX2luaXRfXy5weQ==) | `73.91% <100.00%> (-2.25%)` | :arrow_down: | | [fileformats/image/\_\_init\_\_.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvaW1hZ2UvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [fileformats/image/notclassifiedyet.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvaW1hZ2Uvbm90Y2xhc3NpZmllZHlldC5weQ==) | `100.00% <100.00%> (ø)` | | | [fileformats/image/raster.py](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework#diff-ZmlsZWZvcm1hdHMvaW1hZ2UvcmFzdGVyLnB5) | `92.15% <100.00%> (+0.15%)` | :arrow_up: | | ... and [4 more](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/23?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework) | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/ArcanaFramework/fileformats/pull/23/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ArcanaFramework)

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