LICENSE
README.md
pyproject.toml
setup.py
fluxo/__init__.py
fluxo/init_schedule.py
fluxo/init_server.py
fluxo/logging.py
fluxo/settings.py
fluxo/uttils.py
fluxo.egg-info/PKG-INFO
fluxo.egg-info/SOURCES.txt
fluxo.egg-info/dependency_links.txt
fluxo.egg-info/requires.txt
fluxo.egg-info/top_level.txt
fluxo/fluxo_core/__init__.py
fluxo/fluxo_core/flow.py
fluxo/fluxo_core/flows_executor.py
fluxo/fluxo_core/intervals.py
fluxo/fluxo_core/task.py
fluxo/fluxo_core/database/__init__.py
fluxo/fluxo_core/database/app.py
fluxo/fluxo_core/database/db.py
fluxo/fluxo_core/database/flow.py
fluxo/fluxo_core/database/log_execution_flow.py
fluxo/fluxo_core/database/task.py
fluxo/fluxo_server/__init__.py
fluxo/fluxo_server/assets/favicon.png
fluxo/fluxo_server/assets/index.html
fluxo/fluxo_server/assets/manifest.json
fluxo/fluxo_server/assets/fonts/OpenSans-Bold.ttf
fluxo/fluxo_server/assets/fonts/OpenSans-Regular.ttf
fluxo/fluxo_server/assets/icons/apple-touch-icon-192.png
fluxo/fluxo_server/assets/icons/icon-192.png
fluxo/fluxo_server/assets/icons/icon-512.png
fluxo/fluxo_server/assets/icons/icon-maskable-192.png
fluxo/fluxo_server/assets/icons/icon-maskable-512.png
fluxo/fluxo_server/assets/icons/loading-animation.png
fluxo/fluxo_server/screens/__init__.py
fluxo/fluxo_server/screens/app_bar.py
fluxo/fluxo_server/screens/footer.py
fluxo/fluxo_server/screens/flow_execution/__init__.py
fluxo/fluxo_server/screens/flow_execution/flow_execution.py
fluxo/fluxo_server/screens/flow_execution/task.py
fluxo/fluxo_server/screens/home/__init__.py
fluxo/fluxo_server/screens/home/flow.py
fluxo/fluxo_server/screens/home/home.py
fluxo/fluxo_server/screens/home/status_execution.py
fluxo/fluxo_server/screens/task/__init__.py
fluxo/fluxo_server/screens/task/task.py