Remix.run Logo
endgame 11 hours ago

Why is a C++ project being distributed on PyPi at all?

grim_io 10 hours ago | parent | next [-]

Probably for the same reason other binaries are distributed by npm: lack of cross platform general package managers and registries

mikepurvis 10 hours ago | parent | next [-]

Also for cases where a python project needs to depend on it.

verdverm 8 hours ago | parent | prev [-]

Or lack of a tool like Goreleaser in the language ecosystem that handles that

zahlman 6 hours ago | parent | prev | next [-]

You may be interested in this discussion: https://discuss.python.org/t/use-of-pypi-as-a-generic-storag...

tadfisher 6 hours ago | parent | prev [-]

Because the development world either hasn't heard of nix or has collectively decided to not use nix.