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

MAINT: Use pathlib instead of os #12

Open
jerdra opened this issue Dec 7, 2021 · 0 comments
Open

MAINT: Use pathlib instead of os #12

jerdra opened this issue Dec 7, 2021 · 0 comments
Labels
good first issue Good for newcomers maintenance Packaging, CI, repository organization

Comments

@jerdra
Copy link
Owner

jerdra commented Dec 7, 2021

pathlib is becoming the preferred way of handling filesystem paths in Python (https://docs.python.org/3/library/pathlib.html) as it provides a more natural API to handling and building system paths.

All niviz modules should switch over to using pathlib instead of os

@jerdra jerdra added help wanted Extra attention is needed good first issue Good for newcomers maintenance Packaging, CI, repository organization and removed help wanted Extra attention is needed labels Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers maintenance Packaging, CI, repository organization
Projects
None yet
Development

No branches or pull requests

1 participant