You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My suggestion is to break this into a repository only with the core functionality (in which you would be able to use pip install <core>. And another one with the custom scripting, GUI and converters (using the core as a requirement).
This would be useful because a separate core could be used for different kinds of projects, in a way that can be updated easily (just putting it on the requirements.txt), and without the need to clone .exe files that might not be needed.
I was thinking of forking the project for this, but I wanted to check here first.
The text was updated successfully, but these errors were encountered:
LucasCTN
changed the title
Break this into two projects
Suggestion: Break this into two projects
Nov 26, 2021
My suggestion is to break this into a repository only with the core functionality (in which you would be able to use
pip install <core>
. And another one with the custom scripting, GUI and converters (using the core as a requirement).This would be useful because a separate core could be used for different kinds of projects, in a way that can be updated easily (just putting it on the
requirements.txt
), and without the need to clone.exe
files that might not be needed.I was thinking of forking the project for this, but I wanted to check here first.
The text was updated successfully, but these errors were encountered: