The fetch() functions across biotite.database currently require a str for target_path and return str objects as paths. This should be changed to pathlib.Path instead, as it is more idiomatic and Path objects have tailored functionalities for working with paths.
The
fetch()functions acrossbiotite.databasecurrently require astrfortarget_pathand returnstrobjects as paths. This should be changed topathlib.Pathinstead, as it is more idiomatic andPathobjects have tailored functionalities for working with paths.