1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-26 16:13:46 +02:00
csv-metadata-quality/csv_metadata_quality
Alan Orth 14010896a5
All checks were successful
continuous-integration/drone/push Build is passing
csv_metadata_quality/experimental.py: Move all imports to top of file
PEP8 recommends keeping imports at the top of the file. Also, I had
to re-work the issn/isbn so they didn't conflict with the functions
in check.py (flake8 warned about them being redefined).

Imports sorted with isort.

See: https://www.python.org/dev/peps/pep-0008/#imports
2021-03-16 16:13:34 +02:00
..
__init__.py Refactor as package with subpackages 2019-07-26 22:11:10 +03:00
__main__.py Sort imports with isort 2019-08-29 01:15:04 +03:00
app.py Don't unnecessarily rewrite DataFrames for checks 2021-03-16 16:04:19 +02:00
check.py csv_metadata_quality/check.py: Reformat with black 2021-03-16 16:12:33 +02:00
experimental.py csv_metadata_quality/experimental.py: Move all imports to top of file 2021-03-16 16:13:34 +02:00
fix.py csv_metadata_quality/fix.py: Fixes should be green 2021-03-11 11:47:24 +02:00
util.py Add utility function to check normalization 2020-01-15 12:17:52 +02:00
version.py Bump version to 0.4.6-dev 2021-03-11 22:44:36 +02:00