dynatrace-oss / dt-cli

Command line tool for Dynatrace
https://pypi.org/project/dt-cli/
Apache License 2.0
17 stars 12 forks source link

Provide a windows binary release #151

Closed dlopes7 closed 8 months ago

dlopes7 commented 2 years ago

We should provide a windows standalone binary (like we do for POSIX)

bartoszbanachewicz-dynatrace commented 2 years ago

An issue with that might be that staticx only supports Linux for now.

allgreed commented 2 years ago

@bartoszbanachewicz-dynatrace we don't have to provide an actually static binary for Windows -> we can rely on certain libraries just being there ;) I've read somewhere about decent results running pyinstaller under wine

vduseev commented 8 months ago

Preferred solution would be to rewrite the project in Rust, if the project itself makes sense going forward