Simple example for running a Python application on the Nextmv Platform.
-
Install packages.
-
With
pippip install . -
With
uvuv sync
-
-
Run the app.
-
With
pythoncat input.json | python main.py -
With
uvcat input.json | uv run main.pyOr with custom options:
cat input.json | uv run main.py -details true
-