.cruft.json
.gitignore
.pre-commit-config.yaml
.python-version
CHANGELOG.md
Justfile
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/docker-test.yaml
.github/workflows/release.yaml
.vscode/launch.json
.vscode/settings.json
develop/docker-bash
develop/just-test.sh
develop/setup.sh
docs/resource.md
lxcraft/__init__.py
lxcraft/debug.py
lxcraft/plan.py
lxcraft/resource.py
lxcraft/system.py
lxcraft/version.py
lxcraft.egg-info/PKG-INFO
lxcraft.egg-info/SOURCES.txt
lxcraft.egg-info/dependency_links.txt
lxcraft.egg-info/entry_points.txt
lxcraft.egg-info/top_level.txt
lxcraft/debian/__init__.py
lxcraft/debian/apt_package.py
lxcraft/debian/service.py
lxcraft/path/__init__.py
lxcraft/path/directory.py
lxcraft/path/filecontent.py
lxcraft/python/__init__.py
lxcraft/python/pip_package.py
lxcraft/user/__init__.py
lxcraft/user/user.py
tests/test_apt_package.py
tests/test_directory.py
tests/test_fastapi_uvicorn_gunicorn_supervisor.py
tests/test_filecontent.py
tests/test_pip_package.py
tests/test_plan.py
tests/test_resourrce.py
tests/test_user.py
tests/test_version.py
tests/templates/gunicorn_start
tests/templates/main.py
tests/templates/test.txt
tests/templates/wwwkindos.conf