Just a workaround
2 Likes
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.
2 Likes
Even better would be to auto-generate the setup,py for any python package (dir with __init__.py
).!
1 Like
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.