Request to publish wheels for this package
See original GitHub issueHi! Thank you for making this package ❤️
I am using a build tool called bazel which only works with python wheels: https://github.com/tubular/rules_pygen
It seems that wheels are currently not published for the pandocfilters package. Please could you publish wheels for this package?
The instructions at https://pythonwheels.com/ may be helpful, it says that once you have installed the wheel package, where you would normally run python setup.py sdist
, instead you can run python setup.py sdist bdist_wheel
.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:9 (4 by maintainers)
Top Results From Across the Web
What Are Python Wheels and Why Should You Care?
In this tutorial, you'll learn what Python wheels are and why you should care as both a developer and end user of Python...
Read more >Packaging and distributing projects
A wheel is a built package that can be installed without needing to go through the “build” process. Installing wheels is substantially faster...
Read more >Encourage users to upload wheels for pure Python packages
Issue originally opened at pypa/twine I was wondering if there is any mechanism that would allow encouraging users to upload wheels for pure ......
Read more >Building and Uploading to PyPi - The Sheer Joy of Packaging!
This may require locating, building, and installing a combination of ... setuptools associated with the wheel package form the default build system.
Read more >Python Wheels
Green packages offer wheels,; White packages have no wheel archives ... it is recommended not to publish a universal wheel, because pip will ......
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
Thanks!
Do you want me to manage the package at PyPI too? In that case you’ll need to invite me as maintainer at PyPI as well. The handle is the same (ickc.)
A few things I probably will be working on:
Does that sound good?
I think it will be more about maintaining than adding any new things. As I’m helping maintaining panflute too, that would be the recommended tool to use. But there exists an ecosystem (especially in the backend like RMarkdown, jupyter) that depends on this so this should be continued to be maintained in the foreseeable future.
That all sounds good to me.