- If you don't have the uv installed, follow uv documentation: uv
uv sync --all-extras --dev
- Now, you can run for example, flink operator with:
uv run dp.py flinkop install
oruv run dp.py flinkop install 1.8.0
or you can run redpanda heml chart with:uv run dp.py flink install -n redpanda
uv run pytest
You need to install pyinstaller in your local or in the venv with pip install pyinstaller
:
uv tool install pyinstaller
uv run pyinstaller -F --paths=dp --add-data="dp/resources:resources" .\dp\dp.py
The binary will be in dist folder.