Based on #7. I wanted to make some changes that were larger than reasonable to add in a review, so I've made this replacement PR (I don't have access to push to the original PR branch for #7).
This should handle all the edge cases I could think of, and in a much better way than relying on regex matching. Thanks to the original PR author for suggesting to use configparser.
Based on #7. I wanted to make some changes that were larger than reasonable to add in a review, so I've made this replacement PR (I don't have access to push to the original PR branch for #7).
This should handle all the edge cases I could think of, and in a much better way than relying on regex matching. Thanks to the original PR author for suggesting to use
configparser
.Closes #6