platform-independent wheels
See original GitHub issueRelated to #43 . A platform-independent pure-python wheel on pypi would be very useful for dependency resolution in linux projects.
PyYAML-?.??-py35-none-any.whl
Ultimately a manylinux wheel using libyaml would be ideal, but I understand the complications so this might be a fair compromise that’s simple to implement.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:15 (4 by maintainers)
Top Results From Across the Web
Wheel names are platform independent even though my ...
Setuptools then knows the binary distributions are no longer platform independent and the resulting wheels, etc. are named appropriately.
Read more >pyproject.toml: Platform-independent wheels are build #644
pyproject.toml: Platform-independent wheels are build #644 ... a way to tell the builder that the wheels are really platform-dependent.
Read more >Packaging platform-dependent binaries in wheels
I want to optimise certain performance-critical parts of my application using C/Zig/Rust code and package the compiled code up in ...
Read more >What Are Python Wheels and Why Should You Care?
What Is a Python Wheel? Advantages of Python Wheels; Telling pip What to Download; The manylinux Wheel Tag; Security Considerations With Platform Wheels....
Read more >Python – How to download cross-platform wheels via pip
With the newly introduced Python Wheels, I'm forced to "pip … ... Is there a way to download Wheels for target platforms (or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think it would still make sense because not every possible platform is covered even when manylinux wheels are available. So the generic wheels would act as a fallback.
I use yaml for config files mostly. Not performance critical at all. Maybe json is a better choice. And json is in Python’s standard library. Added bonus: good documentation. When I look at https://pyyaml.org/wiki/PyYAMLDocumentation occasionally, I’m bewildered.