Skip to content

Latest commit

 

History

History

README.md

CodeFlow Engine

This directory contains the Python engine for the CodeFlow monorepo.

Canonical Location

Development

From the repository root:

cd engine
poetry install --with dev
poetry run pytest

Package Contents

  • codeflow_engine/ - application package
  • configs/ - engine configuration files
  • templates/ - engine templates
  • tests/ - engine tests
  • alembic/ - database migrations

See the monorepo README.md for the full repository layout.