drivendataorg / drivendataorg/cloudpathlib
Heads up: pathlib.VirtualPath may be coming soon
Open
design decision
- Dominant language
- Python
- Stars
- 628
- Forks
- 88
- Avg merge
- 17h 28m
- Merged PRs (30d)
- 2
Description
I've logged a CPython PR that adds a private [`pathlib._VirtualPath`](https://github.com/python/cpython/blob/e4daac9c27ce1ba2e7a7e0dbbf29e4cc17a32358/Lib/pathlib.py#L788) class:
https://github.com/python/cpython/pull/106337
If/when that lands, it's not much more work to drop the underscore and introduce `pathlib.VirtualPath` to the world. This would be Python 3.13 at the earliest.
Would it be suitable for use in cloudpathlib? It would be great to have your feedback
Contributor guide
Assessment
This issue has not been assessed yet.