LICENSE
README.md
setup.py
recflows/__init__.py
recflows/vars.py
recflows.egg-info/PKG-INFO
recflows.egg-info/SOURCES.txt
recflows.egg-info/dependency_links.txt
recflows.egg-info/requires.txt
recflows.egg-info/top_level.txt
recflows/api/__init__.py
recflows/api/endpoints/__init__.py
recflows/api/endpoints/apps.py
recflows/api/endpoints/audits.py
recflows/api/endpoints/channels.py
recflows/api/endpoints/datasets.py
recflows/api/endpoints/models.py
recflows/api/endpoints/recommenders.py
recflows/api/endpoints/solutions.py
recflows/api/endpoints/sources.py
recflows/api/endpoints/tutorials.py
recflows/api/endpoints/variables.py
recflows/api/endpoints/versions.py
recflows/decorators/__init__.py
recflows/decorators/exceptions.py
recflows/resources/__init__.py
recflows/resources/app.py
recflows/resources/base.py
recflows/resources/dataset.py
recflows/resources/model.py
recflows/resources/tutorial.py
recflows/resources/variable.py
recflows/resources/solutions/BaseSolution.py
recflows/resources/solutions/CloudRunCollaborativeFiltering.py
recflows/resources/solutions/LocalCollaborativeFiltering.py
recflows/resources/solutions/__init__.py
recflows/resources/sources/LocalCSV.py
recflows/resources/sources/__init__.py
recflows/services/__init__.py
recflows/services/database.py
recflows/src/__init__.py
recflows/src/apps.py
recflows/src/customSolution.py
recflows/utils/__init__.py
recflows/utils/encryption.py
recflows/utils/load_moduls.py
tests/__init__.py
tests/api/__init__.py
tests/api/test_apps.py
tests/api/test_audits.py
tests/api/test_channels.py
tests/api/test_datasets.py
tests/api/test_main.py
tests/api/test_models.py
tests/api/test_recommenders.py
tests/api/test_solutions.py
tests/api/test_sources.py
tests/api/test_tutorials.py
tests/api/test_variables.py
tests/api/test_versions.py
tests/recflows/__init__.py
tests/recflows/test_app.py