audeering / audbackend

Manage file storage on different backends
https://audeering.github.io/audbackend/
Other
3 stars 0 forks source link

Add extra audbackend.backend sub-module? #170

Closed hagenw closed 8 months ago

hagenw commented 8 months ago

In https://github.com/audeering/audbackend/pull/167#issuecomment-1905690482 the idea was presented to add audbackend.backend and group all the backends there as we do with the interfaces under audbackend.interface.

The downside is of cause that we will need to silently still support importing audbackend.FileSystem, ... to not break the API. But we could that under the hood and not mention it in the documentation.