mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-16 02:57:04 +01:00
Alan Orth
8435ee242d
Works decenty well assuming the title, abstract, and citation fields are an accurate representation of the language as identified by the language field. Handles ISO 639-1 (alpha 2) and ISO 639-3 (alpha 3) values seamlessly. This includes updated pipenv environment, test data, pytest tests for both correct and incorrect ISO 639-1 and ISO 639-3 languages, and a new command line option "-e".
30 lines
432 B
TOML
30 lines
432 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
ipython = "*"
|
|
flake8 = "*"
|
|
pytest-clarity = "*"
|
|
black = "*"
|
|
isort = "*"
|
|
csvkit = "*"
|
|
|
|
[packages]
|
|
pandas = "*"
|
|
python-stdnum = "*"
|
|
xlrd = "*"
|
|
requests = "*"
|
|
requests-cache = "*"
|
|
pycountry = "*"
|
|
csv-metadata-quality = {editable = true,path = "."}
|
|
langid = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|