JacobBumgarner / VesselVio

An open-source application for the analysis and visualization of segmented vasculature datasets
https://jacobbumgarner.github.io/VesselVio/
GNU General Public License v3.0
99 stars 21 forks source link

Consider restructuring project into subpackages with subdirectories #37

Closed TimothyStiles closed 7 months ago

TimothyStiles commented 2 years ago

Idea is that for each group of related code create a subpackage namespace containing following within the library directory. Try to group related functionality into the same subpackage namespace along with correlating test files. Each directory should contain:

I'm not sure if this will play nice with how python handles namespaces or you could run into some cyclic dependency problems. This is something you may want to wait to do until after getting more code covered.