Introducing Obspec: A Python protocol for interfacing with object storage
Obspec defines a minimal, transparent Python interface to read, write, and modify data on object storage.
It's designed to abstract away the complexities of different object storage providers while acknowledging that object storage is not a filesystem. The Python protocols present more similarities to HTTP requests than Python file objects.