Open adnan-alam opened 4 years ago
Hi @adnan-alam,
This is something that I've been thinking of for quite some time, and I think the best solution is going to be the eventual addition of execution environments. For now, I think you may be able to accomplish this with zip-scripts though. An example of this is here: https://github.com/wooey/clinto/blob/master/clinto/tests/argparse_scripts/data_reader.zip, which uses this python feature: https://docs.python.org/3/library/zipapp.html
Let me know if this helps.
I want to add some of my Scrapy based projects Wooey. As I can see only single script based project can be added in Wooey, so I want to know, is there any way to add Scrapy like project which have a file structure with multiple scripts?