Skip to content

v0.23.0

Latest

Choose a tag to compare

@pjbull pjbull released this 07 Oct 22:46
28f1d94
  • Added support for Python 3.14 (Issue #529, PR #530)
    • Changed CloudPath.copy to have the first parameter named target instead of destination and added new follow_symlinks and preserve_metadata kwargs. Breaking change for users that relied on the first parameter being named destination instead of target.
    • Added CloudPath.copy_into to copy a file or directory into another file or directory.
    • Added CloudPath.move to move a file or directory to another location.
    • Added CloudPath.move_into to move a file or directory into another file or directory.
    • Added CloudPathInfo and CloudPath.info to get information about a file or directory.
    • Added additional no-op kwargs to mkdir, touch, glob, rglob, stat to match pathlib.