antimatter.location.infer#

Module Contents#

Functions#

infer_location(→ antimatter.location.locations.Location)

Convenience handler for inferring the Location from a path. Supported

Attributes#

antimatter.location.infer.s3_reg#
antimatter.location.infer.gcs_reg#
antimatter.location.infer.infer_location(p: str) antimatter.location.locations.Location#

Convenience handler for inferring the Location from a path. Supported locations include local file, S3 bucket, and GCS bucket.

Parameters:

p – The path name, pointing to a location.

Returns:

The inferred location.