cQube CSV Parser Service Parse CSV and generate an ingest folder for users. Local setup Install Poetry curl -sSL https://install.python-poetry.org | python3 - Install the project poetry install Run the server cp .env.sample .env && poetry run uvicorn src.main:app --reload