.dockerignore
README.md
pyproject.toml
.github/workflows/ci.yml
src/create_lilypad_module/__init__.py
src/create_lilypad_module/scaffold.py
src/create_lilypad_module.egg-info/PKG-INFO
src/create_lilypad_module.egg-info/SOURCES.txt
src/create_lilypad_module.egg-info/dependency_links.txt
src/create_lilypad_module.egg-info/entry_points.txt
src/create_lilypad_module.egg-info/top_level.txt
src/create_lilypad_module/templates/.gitignore
src/create_lilypad_module/templates/Dockerfile
src/create_lilypad_module/templates/README.md
src/create_lilypad_module/templates/lilypad_module.json.tmpl
src/create_lilypad_module/templates/requirements.txt
src/create_lilypad_module/templates/config/constants.py
src/create_lilypad_module/templates/scripts/docker_build.py
src/create_lilypad_module/templates/scripts/download_models.py
src/create_lilypad_module/templates/scripts/run_module.py
src/create_lilypad_module/templates/src/run_inference.py