- rename encoding::utf to encoding::stlcvt. - use uv to manage script and add pycodec generator script. - update script in modern python. - fix added pycodec generator.
8 lines
111 B
TOML
8 lines
111 B
TOML
[project]
|
|
name = "script"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"jinja2==3.1.2",
|
|
]
|