Just a workaround
Very interesting. That has potential for applications with many files.
My only suggestion is to improve the readme to explain what you have written so that others can understand without studying the repository.
Even better would be to auto-generate the setup,py for any python package (dir with __init__.py
).!
That’s a smart idea, reminds me of the build process for frontend JS. Of course, PyScript wants to eliminate that.
But I could imagine a smart dev server which made this process worth doing.
As you say @pauleveritt, automating the build step is a huge help - I’ve found that using VS Code’s Run on Save Extension to build a wheel automatically whenever a change is saved to in the module code speeds up iteration time considerably. I believe PyCharm’s File Watcher feature could achieve the same thing.