It is time for a general repository cleanup. This includes the general project structure (folder and module structure). This will (hopefully) make life easier in the future. The primary updates proposed are:
Naming clean up:
All Python modules should use snake case
All JSON files should be dash (-) delimited
Folder clean up:
Move extract_tools to scripts
Move items_builder and monster_builder to builders
Put all data in data folder, then use of sub-folders
Put all scripts in the scripts directory, then use of sub-folders
Clean up test folder where some tests are no longer used
When finished and when #157 is closed, rebase repository.
Since this project has:
It is time for a general repository cleanup. This includes the general project structure (folder and module structure). This will (hopefully) make life easier in the future. The primary updates proposed are:
-
) delimitedextract_tools
to scriptsitems_builder
andmonster_builder
tobuilders
data
folder, then use of sub-foldersscripts
directory, then use of sub-folderstest
folder where some tests are no longer usedWhen finished and when #157 is closed, rebase repository.