Skip to content
Tuomas Mursu edited this page Nov 18, 2015 · 4 revisions

python-odata documentation

What is supported?

  • Basic datatypes
  • Simple queries on EntitySets
  • Creating, Reading, Updating and Deleting data

What is NOT supported?

  • ComplexTypes
  • Streams
  • Service endpoints which only support ATOM format
  • Most of the more intricate querying options

Is it production quality?

  • Yes. I've used this code in production for some time now. Querying isn't implemented as well as I'd like but creating new entities and updating existing ones works just fine.
Clone this wiki locally