This is a library that will be utilized for metadata extraction, validation, transformation, and loading into the data.gov catalog
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