Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distribute as a wheel #35

Open
atagar opened this issue Dec 20, 2019 · 0 comments
Open

Distribute as a wheel #35

atagar opened this issue Dec 20, 2019 · 0 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
@atagar
Copy link
Contributor

@atagar atagar commented Dec 20, 2019

Migrated from ticket 20500.

At PyCon sounded like wheels (*.whl) are the new hotness when it comes to distributing python modules.

Don't think we want to jump on this right away for a few reasons...

  1. Still pretty new. They haven't even reached their 1.x release yet.
  2. Really all we care about is built-in pip support. Not clear all versions support wheels.
  3. Requires setuptools. It's kinda nice just needing the builtins.
  4. We don't need any of the capabilities wheel provides. Stem is a simple module without any native components.

That said, if this becomes the standard then once it's universally supported we should obviously swap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment