Sunday, 16 February 2020

Show HN: Pathlab is pathlib for archives, images, etc. http://bit.ly/2SwWakn

No comments :
Show HN: Pathlab is pathlib for archives, images, etc. `pathlib.Path` is Python's object-oriented interface to local filesystem paths, but it was invented too late to be used in modules like `tarfile` and `zipfile`. It also does a lot of magic that makes it hard to extend. I wrote this package to help others write their own subclasses of `pathlib.Path` for any sort of embedded/remote filesystem. I've included built-in support for `zip`, `tar` and `iso` files (inc. SUSP+RR but exc. Joliet+UDF) and JFrog Artifactory. Hopefully it's helpful to someone. Source: http://bit.ly/31ZUOSf Docs: http://bit.ly/2HulUYq Cheers February 16, 2020 at 04:13PM

No comments :

Post a Comment