EDCD / EDMarketConnector

Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools.
GNU General Public License v2.0
987 stars 155 forks source link

[2114] Pathlib Handover #2260

Open Rixxan opened 2 weeks ago

Rixxan commented 2 weeks ago

Description

This PR hands over the majority of os.path related functionality to the more modern pathlib environment. This change is designed to unify filesystem operations and not split EDMC across two different libraries. Every effort has been made to maintain compatibility, with the hopes that this is a seamless handover.

Type of Change

Enhancement

How Tested

Tested to ensure as seamless a transition as possible is performed. Tested in builds and installer runs.

Notes

Resolves #2114

Rixxan commented 2 weeks ago

Marking as draft until 5.11.2 is out the door.