1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-10 07:06:00 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
1f65a28307 Add support for validating subjects against AGROVOC
Checks values in the dc.subject or dcterms.subject field against the
AGROVOC REST API hosted by FAO. Code borrowed from agrovoc-lookup.py.

See: http://agrovoc.uniroma2.it/agrovoc/agrovoc/en/
See: https://github.com/ilri/DSpace/blob/5_x-prod/agrovoc-lookup.py
2019-07-30 00:30:31 +03:00
1978fa7b48 Add iso-639 library to validate languages 2019-07-29 18:58:50 +03:00
c6e7d6d9b5 Add flake8 to pipenv dev environment
To help check PEP8 formatting/style compliance.
2019-07-28 17:46:30 +03:00
c2f28194eb Add xlrd to pipenv for Pandas read_excel support 2019-07-28 17:05:17 +03:00
73b4061c7b Add ipython to pipenv dev packages 2019-07-28 10:06:41 +03:00
99f00fcb85 Add pytest to pipenv dev environment 2019-07-27 00:32:53 +03:00
e160b17fb0 Add ISSN and ISBN checks using python-stdnum 2019-07-26 23:14:10 +03:00
21b78b9519 Initial commit
Pipenv environment with Pandas.
2019-07-26 17:54:13 +03:00