dizzy.generators.lib_python_uv¶
dizzy.generators.lib_python_uv
¶
Python-uv runtime generator — generates lib/python-uv/ package structure.
render_element_pyproject_toml(kind, name)
¶
Element package manifest — depends on the gen_def/gen_int workspace packages.
The implementation module lives at src/<name>.py and is shipped as the
top-level module <name> ([tool.hatch.build] strips the src prefix).
Source code in dizzy/src/dizzy/generators/lib_python_uv.py
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | |