bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

Migrate to pathlib #54

Closed warownia1 closed 3 years ago

warownia1 commented 5 years ago

Migrate from using os.path for path operation to pathlib for easier (and hopefully faster) operations and searching on file paths. It would allow for easy sub-directory search with glob as well as joining and splitting paths and constructing URLs.

warownia1 commented 3 years ago

Closing as it won't improve the code in any way (and might event decrease its quality)