-
Notifications
You must be signed in to change notification settings - Fork 350
Should we split up different components? #767
Comments
I totally agree with you. We should have the essential core and the CLI core and I would say some core modules. Additional modules should go to the 'community' repository and the final user decides what to do. |
This is a good approach, the problem being to decide what core and what isn't. And definitely the web interface should be a dedicated repository, it will also be a lot easier to maintain issues related to it. |
I did a first attempt at this and it is committed now. I uploaded a package of the viper core to PyPi, as |
@Rafiot I could use your help fixing up the repositories there and the installation of various dependencies. |
I'll try to get some work done on that this week (the 3 weeks after that will be difficult). |
That should be fixed now. |
As I go through the code-base, I can't help but feeling it is cluttered. I am wondering if it could make sense to try to separate essential components of the software.
For example, I'm thinking:
Thoughts?
The text was updated successfully, but these errors were encountered: