OpenWaterAnalytics / epanet-python

python wrapper for epanet library
76 stars 40 forks source link

Strip prefixes and suffixes from wrapper function names #12

Closed michaeltryby closed 6 years ago

michaeltryby commented 6 years ago

This task involves removing these prefixes using the SWIG %rename.

The modules in this package are contained within the epanet namespace. Consequently, prefixes such as EN are no longer required in the python wrapper. Removing them will improve conformance of the function names with python PEP 8 naming conventions.