We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
That would be nice to have a relative_to method for URL that would not catch the PurePath.relative_to method.
relative_to
PurePath.relative_to
An implementation:
ralative_path = Path(base_url.path).relative_to(Path(child_path.path))
I'll try to take some time one day to help you for this nice package.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
That would be nice to have a
relative_to
method for URL that would not catch thePurePath.relative_to
method.An implementation:
I'll try to take some time one day to help you for this nice package.
The text was updated successfully, but these errors were encountered: