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

Python paths handling #84

Closed
alecandido opened this issue Oct 29, 2021 · 0 comments · Fixed by #105
Closed

Python paths handling #84

alecandido opened this issue Oct 29, 2021 · 0 comments · Fixed by #105
Milestone

Comments

@alecandido
Copy link
Member

I don't remember any longer where we wrote it, but it was already pointed out by @cschwan (I guess, otherwise @felixhekhorn) that since July it is possible to handle pathlib.Path directly from pyo3.

Thus, we should rework the API when dealing with paths, to work with python (and rust) paths, instead of relying on strings.

In particular, it is relevant for Grid::{read,write} and FkTable::{read,write}.

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 a pull request may close this issue.

2 participants