Skip to main content

Augmented pathlib. Everything else you could do with a path.

Project description

augpathlib

PyPI version Build Status Coverage Status

Augmented pathlib. Everything else you could do with a path.

Introduction

Do you like pathlib?
Have you ever wanted to see just how far you can push the path abstraction?
Do you like using the division operator in ways that could potentially cause reading from the network or writing to disk?
Then augpathlib is for you!

Details

augpathlib makes extensive use of the pathlib Path object (and friends) by augmenting the base PosixPath object with additional functionality such as getting and setting xattrs, syncing with other mapped paths etc.

In essence there are 3 ways that a Path object can be used: Local, Cache, and Remote. Local paths return data and metadata that are local the the current computer. Cache paths return local metadata about remote objects (such as their remote id). Remote objects provide an interface to remote data that is associated with a path.

Remote paths should be back by another object which is the representation of the remote according to the remote's APIs.

Remote paths are only intended to provide a 1:1 mapping, so list(local.data) == list(remote.data) should always be true if everything is in sync.

If there is additional metadata that is associated with a local path then that is represented in the layer above this one (currently DatasetData, in the future a validation Stage). That said, it does seem like we need a more formal place that can map between all these things rather than always trying to derive the mappings from data embedded (bound) to the derefereced path object.

Installing on MacOS catalina 10.15.5+

If you are getting a failed build for pxattr, please continue reading the following. When using LLVM (9.0.1+) or another 3rd party library for Clang on MacOS, there was an issue that requires a possible reinstall if you getting a failed build for pxattr. See LLVM Issue for details. To reinstall LLVM on brew or anaconda you can use the following examples.

> brew reinstall llvm 

or

> conda install --force-reinstall llvm 

If the reinstall fails to clear the issue consider uninstalling that library and use the default Clang from Xcode. It should be the following version or higher.

> clang -v
Apple clang version 11.0.3 (clang-1103.0.32.62)
Target: x86_64-apple-darwin19.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

augpathlib-0.0.34.tar.gz (82.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

augpathlib-0.0.34-py2.py3-none-any.whl (75.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file augpathlib-0.0.34.tar.gz.

File metadata

  • Download URL: augpathlib-0.0.34.tar.gz
  • Upload date:
  • Size: 82.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for augpathlib-0.0.34.tar.gz
Algorithm Hash digest
SHA256 a512dda72b7049a0b4514e264f4345cf91096d84fd79b0f5ce5e8c4f1a9ee7e3
MD5 7b326e4fc13181ba938bb2a99584b567
BLAKE2b-256 180709219819ae16532ff1f791dabe132755d3fdea1f16cf0aa9dbf536ba0449

See more details on using hashes here.

File details

Details for the file augpathlib-0.0.34-py2.py3-none-any.whl.

File metadata

  • Download URL: augpathlib-0.0.34-py2.py3-none-any.whl
  • Upload date:
  • Size: 75.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for augpathlib-0.0.34-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2be63f4cc1e52e1dc1aab99b87bbb314529cf8dea7bc3171aabdd52aac7f8faf
MD5 458886cf4a9c2e5011d3430d84583055
BLAKE2b-256 a934932768325297d37e157d3fc2fcbcd8a64df94328829d8fec3c5e56d553e9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page