Skip to content

What if waved server is packaged with pypi uploads? #1124

Answered by lo5
sairaamv asked this question in Ideas
Discussion options

You must be logged in to vote

We want to do this. It'll definitely make the getting started experience much simpler.

This is mainly packaging work:

  • Modify setuptools / setup.py and test against PyPI (90% of the work)
  • Make wave run automatically launch waved (using subprocess or POpen).

Today we push one single platform-neutral none-any whl file to PyPI. Instead, we need to push at least 3 platform-specific whl files - x86_64 for windows, osx and linux. We already have makefile tasks that produce waved for windows, osx and linux - it's just a matter of building them first and copying them into the whl build directory before invoking setup.py bdist_wheel, so that they're available inside the whl file. Once pip-install…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by sairaamv
Comment options

You must be logged in to vote
1 reply
@sairaamv
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
3 participants