tlc.core.url_adapters#

Implementations of specific url adapters.

Modules and Packages#

Module

Description

file_url_adapter

An adapter for resolving reads/writes to filepath URLs

abfs_url_adapter

An adapter for resolving reads/writes to URLs starting with abfs://

s3_url_adapter

An adapter for resolving reads/writes to URLs starting with s3://

api_url_adapter

A mostly dummy adapter for resolving URLs starting with api://.

file_url_adapter_win

fsspec_url_adapter

Base class for adapters resolving reads/writes to URLs using an implementation of fsspec

http_url_adapter

An adapter for resolving reads/writes to URLs starting with http:// or https://

gcs_url_adapter

An adapter for resolving reads/writes to URLs starting with gs://