-
Notifications
You must be signed in to change notification settings - Fork 184
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
Pathlib like #325
Pathlib like #325
Conversation
5 similar comments
1 similar comment
Changes Unknown when pulling 19d9367 on pathlib-like into ** on master**. |
Couldn't pathlib just be vendored in (ideally optionally if not present)? This would make Plumbum 100% compatible and would cut some maintenance costs. |
That would be great, but there are several things that make that difficult:
The first bullet point is the hardest, and the others would just take work. I don't have time, but would be okay to help someone interested. |
The first bullet point is the hardest (…) Do you have any idea how to go about integrating this functionality with pathlib? |
I have a rough plan if interested:
A few other points:
Of course, I mean pathlib2 on older versions of Python. |
This could be extended to add remote paths: Pathlib is pretty simple, and is a single file. The remote paths should be general enough to not specifically depend on Plumbum (possibly in a non-concrete and concrete version?) |
Minor additions to add path lib like syntax. Added paths to quickref.