Azure / Azure/azure-storage-python
Implementing MutableMapping for blob stores
Open
- Dominant language
- Python
- Stars
- 343
- Forks
- 243
- PR merge metrics
- No merged PRs in 30d
Description
It would be great if there was an object that implemented the [`MutableMapping` interface]( https://docs.python.org/3/library/collections.abc.html#collections-abstract-base-classes ) and could wrap up other blob stores (e.g. `BlockBlobService`). This way one could use the `MutableMapping` interface easily to access and manipulate data stored on Azure.
Contributor guide
Assessment
This issue has not been assessed yet.