OpenWaterAnalytics / epanet-python

python wrapper for epanet library
76 stars 40 forks source link

Combine Toolkit and Output modules into a single package #22

Closed michaeltryby closed 5 years ago

michaeltryby commented 5 years ago

Currently Toolkit and Output extension modules are organized into separate implicit namespace packages. The modules are most likely going to be used together, so it makes more sense to distribute them as a single package. Therefore the modules should be combined.

michaeltryby commented 5 years ago

On the other hand, Python Microlibs

michaeltryby commented 5 years ago

Implementing this and running into some import traps