A simple but opinionated metadata quality checker and fixer designed to work with CSVs in the DSpace ecosystem.
Go to file
Alan Orth 232d28e13e
Refactor as package with subpackages
This makes it cleaner for introducing checks, fixes, tests, docs,
and tests in the future. Currently can be run like this:

  python -m csv_metadata_quality

CSV input and output paths are still hard coded.

See: https://dev.to/codemouse92/dead-simple-python-project-structure-and-imports-38c6
2019-07-26 22:11:10 +03:00
csv_metadata_quality Refactor as package with subpackages 2019-07-26 22:11:10 +03:00
Pipfile Initial commit 2019-07-26 17:54:13 +03:00
Pipfile.lock Initial commit 2019-07-26 17:54:13 +03:00