Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 369 Bytes

datagov-harvesting-logic

This is a library that will be utilized for metadata extraction, validation, transformation, and loading into the data.gov catalog

Requirements:

Install poetry

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python - 

poetry new <project_name>

poetry add xxx

poetry install