LICENSE
README.md
pyproject.toml
setup.py
flowa/__init__.py
flowa/api/__init__.py
flowa/api/app.py
flowa/api/schemas.py
flowa/api/routes/__init__.py
flowa/api/routes/pipelines.py
flowa/api/routes/runs.py
flowa/cli/__init__.py
flowa/cli/main.py
flowa/core/__init__.py
flowa/core/dag.py
flowa/core/parser.py
flowa/core/pipeline.py
flowa/core/schema.py
flowa/database/__init__.py
flowa/database/db.py
flowa/database/repository.py
flowa/executor/__init__.py
flowa/executor/runner.py
flowa/scheduler/__init__.py
flowa/scheduler/schedule_parser.py
flowa/scheduler/scheduler.py
flowa/scheduler/time_utils.py
flowa/ui/static/flowa_logo.png
flowa/ui/static/index.html
flowa/utils/__init__.py
flowa/utils/logger.py
flowa_core.egg-info/PKG-INFO
flowa_core.egg-info/SOURCES.txt
flowa_core.egg-info/dependency_links.txt
flowa_core.egg-info/entry_points.txt
flowa_core.egg-info/requires.txt
flowa_core.egg-info/top_level.txt
tests/test_api.py
tests/test_dag.py
tests/test_database.py
tests/test_executor.py
tests/test_new_features.py
tests/test_parser.py
tests/test_schedule.py
tests/test_schema.py
tests/teste_01.py
tests/teste_02.py
tests/teste_03.py