question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Request to publish wheels for this package

See original GitHub issue

Hi! 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:open
  • Created 4 years ago
  • Reactions:2
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ickccommented, Jul 5, 2021

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:

  • go through the issues/PRs
  • add CI testing, perhaps improve the “Compatibility” section in the README
  • may be add type annotations, which means that at some point we’re going to drop Python2
    • do a final release for Python2 first before dropping it
  • improve the dist as mention in this issue
    • may work with conda-forge recipe maintainer(s) to add run constrains matching pandoc versions.

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.

0reactions
jgmcommented, Jul 5, 2021

That all sounds good to me.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found