Current status
The package is currently on pypi at https://pypi.org/project/TiMBA-Charts/
Imports statements in https://github.com/TI-Forest-Sector-Modelling/TiMBA_Charts/blob/main/Toolbox/toolbox.py
import from Toolbox :
from Toolbox.classes.import_data import import_pkl_data
from Toolbox.classes.dashboard import DashboardPlotter
from Toolbox.classes.validation_db import Vali_DashboardPlotter
The name of python package doesn't contain underscores "_".
Package and Module Names
"Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged."
Proposal
Rename the Toolbox subdirectory that contains the pytthon code to "timbacharts"
from timbacharts.classes.import_data import import_pkl_data
from timbacharts.classes.dashboard import DashboardPlotter
from timbacharts.classes.validation_db import Vali_DashboardPlotter
Current status
The package is currently on pypi at https://pypi.org/project/TiMBA-Charts/
Imports statements in https://github.com/TI-Forest-Sector-Modelling/TiMBA_Charts/blob/main/Toolbox/toolbox.py
import
from Toolbox:The name of python package doesn't contain underscores "_".
Package and Module Names
Proposal
Rename the Toolbox subdirectory that contains the pytthon code to "timbacharts"