Azure / azure-cosmos-table-python

Python SDK for Azure CosmosDB
Apache License 2.0
27 stars 22 forks source link

added support for byte objects #21

Open andbo opened 6 years ago

andbo commented 6 years ago

Added missing support for Python byte objects to binary entity. This is usefull for storing numpy arrays in table storage.