mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-07-16 02:58:16 +02:00
.github
csv_metadata_quality
__init__.py
__main__.py
app.py
check.py
experimental.py
fix.py
util.py
version.py
data
tests
.drone.yml
.flake8
.gitignore
CHANGELOG.md
LICENSE.txt
README.md
poetry.lock
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
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