python-odata icon indicating copy to clipboard operation
python-odata copied to clipboard

A simple library for read/write access to OData services

Results 35 python-odata issues
Sort by recently updated
recently updated
newest added

This may be out of scope, but I'm working with Redfish data from Dell, and `reflect_entities` is not correctly loading the entities available. From digging into this, it appears to...

Hi and thanks for this great library. This is my attempt to make ComplexType support in it.

Sending full objects with null values sometimes causes problems when server has read-only values or values that cannot be set at initial POST. Might be better to just send dirty...

``` $ python Python 3.8.10 (default, Nov 22 2023, 10:22:35) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from odata import ODataService Traceback (most...

This PR adds support for Edm.Double mapping it to the FloatProperty.