GlobalPathogenAnalysisService / gpas-cli

The CLI client for GPAS SC2
Other
5 stars 2 forks source link

Unify package and PyInstaller CLI #74

Closed bede closed 2 years ago

bede commented 2 years ago

Sadly defopt seems to be incompatible with PyInstaller (https://github.com/anntzer/defopt/issues/117 and https://groups.google.com/g/PyInstaller/c/7hIzNQpM57M)

As such cli-upload is provided as an alternative entry point for PyInstaller only, which only exposes the functionality of gpas upload rather than the full defopt CLI with other subcommands available in the Python package.

Assuming there is not a workaround for this issue, either the CLI will need to be duplicated for PyInstaller's with e.g. argparse, or rewritten in something compatible with PyInstaller and subset of Python it supports.

bede commented 2 years ago

Released in 0.6.0