Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do all path handling with Pathlib #90

Open
Teque5 opened this issue Dec 19, 2024 · 1 comment
Open

Do all path handling with Pathlib #90

Teque5 opened this issue Dec 19, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Teque5
Copy link
Collaborator

Teque5 commented Dec 19, 2024

In scattered places we are using os.path and various features like splitext() and in other places we are using pathlib's simpler implementation. We also pass around paths as strings or pathlib.Path.

We should make everything pathlib.Path and simplify the implementation.

@Teque5 Teque5 added enhancement New feature or request good first issue Good for newcomers labels Dec 19, 2024
@ademhilmibozkurt
Copy link

Assign me. I want to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants