Skip to content

Comments

Refactor path handling to use pathlib#538

Open
samuelduchesne wants to merge 7 commits intodevelopfrom
feature/pathlib
Open

Refactor path handling to use pathlib#538
samuelduchesne wants to merge 7 commits intodevelopfrom
feature/pathlib

Conversation

@samuelduchesne
Copy link
Owner

Replace the 'path' module with 'pathlib' for improved path handling across the codebase. Update imports, adjust path operations, and enhance error handling. Remove the 'path' package dependency and ensure backward compatibility. Reorganize module exports for better clarity.

samuelduchesne and others added 7 commits August 8, 2025 13:28
…th handling

- Updated imports across multiple files to use 'pathlib.Path' instead of 'path.Path'.
- Adjusted path-related operations to ensure compatibility with 'pathlib' methods.
- Enhanced error handling and logging messages for clarity.
- Removed dependency on the 'path' package from 'pyproject.toml' and 'poetry.lock'.
- Ensured backward compatibility where necessary while transitioning to 'pathlib'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant