mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-19 04:27:03 +01:00
Alan Orth
1f65a28307
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
21 lines
272 B
TOML
21 lines
272 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
ipython = "*"
|
|
flake8 = "*"
|
|
|
|
[packages]
|
|
pandas = "*"
|
|
python-stdnum = "*"
|
|
xlrd = "*"
|
|
iso-639 = "*"
|
|
requests = "*"
|
|
requests-cache = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|