garrett armstrong

Results 3 comments of garrett armstrong

Would the setup.py install libraries locally using pip into a virtual environment, or would it install those libraries globally? If this seems pedantic, an example: the sms-tools currently fails unless...

I do like how you pulled the imported files into sub-directories, to get rid of the sys.path.append-before-import nonsense. You also seemed to get rid of imports that were not used...

If this were done post creation of the mods document, then an analog to python's lxml ElementTree library could do this. For example: ``` def merge_same_fields(orig_etree): for elem in orig_etree:...