This directory contains the Python engine for the CodeFlow monorepo.
- Repository: JustAGhosT/codeflow-engine
- Project path: engine
From the repository root:
cd engine
poetry install --with dev
poetry run pytestcodeflow_engine/- application packageconfigs/- engine configuration filestemplates/- engine templatestests/- engine testsalembic/- database migrations
See the monorepo README.md for the full repository layout.