.gitignore
LICENSE
README.md
pyproject.toml
uv.lock
.github/release-drafter.yml
.github/workflows/commitlint.yaml
.github/workflows/draft.yaml
.github/workflows/prtitle.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
scripts/build.py
src/createx/__init__.py
src/createx/__main__.py
src/createx/deployments.json
src/createx/main.py
src/createx/manifest.json
src/createx/package.py
src/createx/py.typed
src/createx.egg-info/PKG-INFO
src/createx.egg-info/SOURCES.txt
src/createx.egg-info/dependency_links.txt
src/createx.egg-info/entry_points.txt
src/createx.egg-info/requires.txt
src/createx.egg-info/top_level.txt
tests/conftest.py
tests/test_deploy.py