A Python wrapper around a simple Dart command line app
Prerequisites:
- Dart SDK (tested with 3.8.1)
- Python setuptools (in a venv)
uv pip install build setuptools twine wheel
Run:
./build.shNeeds twine (see prerequisites above)
Run:
twine upload --repository testpypi dist/*NB dart-echo-py package name is already taken, by this package.
uv pip install -i https://test.pypi.org/simple/ dart-echo-pydart_echo_py
--- Echoing Arguments ---
No arguments were provided.
Usage: dart_echo_py . <arg1> <arg2> ...
-------------------------
dart_echo_py 123 456
--- Echoing Arguments ---
Argument 1: 123
Argument 2: 456
-------------------------
dartshowplatform
3.8.1 (stable) (Wed May 28 00:47:25 2025 -0700) on "linux_x64"