MobleyLab / chemper

Repository for Chemical Perception Sampling Tools
MIT License
19 stars 10 forks source link

Is pathlib better than os for file management? #63

Closed bannanc closed 5 years ago

bannanc commented 5 years ago

@janash and I talked briefly about pathlib an alternative for os libraries for managing files. It might be a more reliable or preferred way to handle utility functions for accessing internal molecule and smarts files.

bannanc commented 5 years ago

os seems to be doing just fine, even in windows so I don't think it makes sense to add a new dependency at this time.