messense

Results 496 comments of messense
trafficstars

That would miss the `py.typed` marker I think? Does it work with every other IDEs? I'm not sure.

Sounds interesting, I'll keep an eye on it. > I'm not too familiar with this code base yet but I think it wouldn't be too challenging to add such an...

I think it's possible to implement the workaround. * We only want to do it for executables that are not manylinux/musllinux compliant, which means it's fine to put them in...

You can also turn the binary into a extension module instead and add a `console_script` entrypoint that calls a function of the extension module to make a cli, this way...

Well, if you are distributing binaries using Python wheels, you are not really Python free though.

I think the most obvious benefits for Python free binary is startup time, but if we are going to implement the workaround by moving the executable in `platlib` and place...

Does NPM have anything that is the Python equivalent of source distribution? See also https://medium.com/ochrona/understanding-python-package-distribution-types-25d53308a9a

@adamfeuer See https://github.com/PyO3/maturin/issues/1742

Hard to say without more information on how does Yocto Project build the wheel, it's very likely that it has provided a wrong sysconfig file.

Mostly like `pip` changed something that breaks this, see https://github.com/PyO3/maturin/discussions/1680