csv-metadata-quality/csv_metadata_quality
Alan Orth e7322efadd
csv_metadata_quality/app.py: move unnecessary Unicode fix
We actually want to do this after we try to fix mojibake with ftfy.
These "unnecessary" Unicode characters could actually help ftfy in
some cases because often times they indicate that some character
from another encoding was there before (like an accent, dash, or
smart quote).
2021-12-15 13:53:25 +02:00
..
__init__.py Refactor as package with subpackages 2019-07-26 22:11:10 +03:00
__main__.py Add SPDX short license identifier to all Python files 2021-03-19 16:04:40 +02:00
app.py csv_metadata_quality/app.py: move unnecessary Unicode fix 2021-12-15 13:53:25 +02:00
check.py Add check for countries without matching regions 2021-12-08 15:02:20 +02:00
experimental.py csv_metadata_quality/experimental.py: Adjust citation match 2021-10-06 16:13:10 +03:00
fix.py csv_metadata_quality/fix.py: fix thin spaces 2021-12-09 23:22:53 +02:00
util.py Add SPDX short license identifier to all Python files 2021-03-19 16:04:40 +02:00
version.py Bump version to 0.6.0-dev 2021-12-09 23:21:30 +02:00